• 问题描述:执行 nginx -t 是OK的,然而在执行 nginx -s reload 的时候报错

    nginx: [error] invalid PID number “” in “/run/nginx.pid”

  • 解决办法

    需要先执行

    nginx -c /etc/nginx/nginx.conf

    nginx.conf文件的路径可以从nginx -t的返回中找到。

    nginx -s reload

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
猜你喜欢
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
相关资源
相似解决方案