Skip to content

Instantly share code, notes, and snippets.

@josephabrahams
Created July 19, 2018 20:33
Show Gist options
  • Save josephabrahams/e8e84f5375b7af2fb808192500225aef to your computer and use it in GitHub Desktop.
Save josephabrahams/e8e84f5375b7af2fb808192500225aef to your computer and use it in GitHub Desktop.
Safely reload nginx
#!/bin/bash
sudo nginx -t && sudo nginx -s reload && echo "nginx: reload successful"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment