Skip to content

Instantly share code, notes, and snippets.

@jayjariwala
Created December 19, 2017 20:50
Show Gist options
  • Save jayjariwala/1a14ddb81eede27f8f21e2cf5a7efaf3 to your computer and use it in GitHub Desktop.
Save jayjariwala/1a14ddb81eede27f8f21e2cf5a7efaf3 to your computer and use it in GitHub Desktop.
Nginx Cheatsheet
sudo systemctl disable nginx
sudo systemctl enable nginx
sudo systemctl stop nginx
sudo systemctl start nginx
sudo systemctl restart nginx
sudo systemctl reload nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment