nginx -c /path/to/nginx.conf
 
关闭nginx:
nginx -s stop  :快速停止nginx
         quit  :完整有序的停止nginx
 
重启nginx:
nginx -s reload  :修改配置后重新加载生效
 
nginx -s reopen  :重新打开日志文件
 
测试nginx配置文件是否正确
nginx -t -c /path/to/nginx.conf
 
 


nginx -s reload  :修改配置后重新加载生效
 
nginx -s reopen  :重新打开日志文件
 
测试nginx配置文件是否正确
nginx -t -c /path/to/nginx.conf
 
 


相关文章:

  • 2022-01-21
  • 2021-09-06
  • 2022-02-11
猜你喜欢
  • 2022-12-23
相关资源
相似解决方案