nginx

启动、停止、重启

// 启动

start nginx

// 停止(c:\nginx-1.11.10)

.\nginx -s stop

// 重启

.\nginx -s reload

你可能感兴趣的:(nginx)