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 来确定自己系统的具体路径
以上内容转载于ChatGPT中文网,如有侵权请告知下架
上一篇:sql示例:case when作为where 条件
下一篇:玩转Nginx篇二【IP哈希和URL哈希】