Skip to content

Instantly share code, notes, and snippets.

@mourdok
Created August 8, 2010 22:58
Show Gist options
  • Save mourdok/514670 to your computer and use it in GitHub Desktop.
Save mourdok/514670 to your computer and use it in GitHub Desktop.
Nginx Tip
# Nginx Tip
# Start Server
sudo /opt/nginx/sbin/nginx
# Stop Server
sudo /opt/nginx/sbin/nginx -s stop
# Restart Server
sudo /opt/nginx/sbin/nginx -s reload
# More information
# Visit: http://wiki.nginx.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment