标签:ror bsp file cto failed 处理 reload 重启nginx 使用
需要停止或者重启nginx的命令如下
/usr/local/nginx/sbin/nginx -s stop
/usr/local/nginx/sbin/nginx -s reload
发现报以下错误:
nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)
解决办法,执行以下语法即可修复:
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
原理:
使用nginx -c的参数指定nginx.conf文件的位置
标签:ror bsp file cto failed 处理 reload 重启nginx 使用
原文地址:https://www.cnblogs.com/ryu-manager/p/9496664.html