-
-
Save Bogdaan/92d7206c42a1cc4f15289d7ae6ac7261 to your computer and use it in GitHub Desktop.
Reload nginx process manually by sending HUP signal
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
#!/bin/bash | |
kill -HUP `cat /var/run/nginx.pid` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment