-
-
Save mwangaben/e88916697ca6fa79fac0febc97be2aba to your computer and use it in GitHub Desktop.
nginx: [error] invalid PID number "" in "/var/run/nginx.pid"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkill -9 nginx | |
nginx -c /etc/nginx/nginx.conf | |
nginx -s reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice