Skip to content

Instantly share code, notes, and snippets.

@jrumbut
Last active August 30, 2021 18:11
Show Gist options
  • Save jrumbut/a53bacea68ca0e6a1802 to your computer and use it in GitHub Desktop.
Save jrumbut/a53bacea68ca0e6a1802 to your computer and use it in GitHub Desktop.
Reload nginx process manually by sending HUP signal
#!/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