windows系统关于nginx命令

82 阅读1分钟

start nginx启动nginx服务

nginx -s stop停止nginx服务

nginx -s reload 重载配置

taskkill /f /t /im nginx.exe 关闭nginx其他服务,彻底关闭nginx