Skip to content

Instantly share code, notes, and snippets.

@mnshcodie
Forked from niederee/NGINX.md
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save mnshcodie/4e9f9c751fa93012ba8c to your computer and use it in GitHub Desktop.

Select an option

Save mnshcodie/4e9f9c751fa93012ba8c to your computer and use it in GitHub Desktop.
NGINX

##ubuntu

Install NGINX
sudo apt-get update  
sudo apt-get install -y nginx
Basic Commands
sudo service nginx start  
sudo service nginx stop  
sudo service nginx restart  
sudo service nginx status
AWS EC2 HTML Location
/usr/share/nginx/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment