重启nginx的方式都有哪些,ChatGPT给出了比较全面的答案
以上内容转载于ChatGPT中文网,动态生成文章来源地址https://www.toymoban.com/news/detail-689659.html
1.service nginx restart
2.systemctl restart nginx
3.cd /usr/local/nginx/sbin
停止:./nginx -s stop
启动: ./nginx
重新加载配置: ./nginx -s reload
注意:cd /usr/local/nginx/sbin 的 路径,如果不存在 可以通过 whereis nginx 来确定自己系统的具体路径
文章来源:https://www.toymoban.com/news/detail-689659.html
到了这里,关于centos 重启 nginx 的三种方式的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!