nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory),nginxnginx.pid


nginx: [error] open() "/var/run/nginx.pid" failed (2: No such file or directory)

解决办法一:

    sudo nginx -c /etc/nginx/nginx.conf

     nginx -s reload

解决办法二:

    nginx

    nginx -s reload

相关内容

    暂无相关文章