大家好,又见面了,我是你们的朋友全栈君。
1.找到nginx的安装位置
whereis nginx
2.进入该目录下
cd /usr/sbin
3. 重启
./nginx -s reload
4.其他命令
代码语言:javascript复制 systemctl start nginx.service
systemctl stop nginx.service
systemctl reload nginx.service
systemctl status nginx.service
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/170276.html原文链接:https://javaforall.cn