Skip to content

Instantly share code, notes, and snippets.

@louanfontenele
Last active April 17, 2018 05:13
Show Gist options
  • Select an option

  • Save louanfontenele/a412e884d843f2ab3f64a2a153c76be0 to your computer and use it in GitHub Desktop.

Select an option

Save louanfontenele/a412e884d843f2ab3f64a2a153c76be0 to your computer and use it in GitHub Desktop.
su
sudo apt-get install sysv-rc-conf
sudo apt-get install nginx
sudo systemctl start nginx.service
sudo systemctl enable nginx.service
sudo systemctl status nginx.service
sudo service nginx start
sudo service nginx status
sudo sysv-rc-conf nginx on
nginx -v
http://localhost (open in your browser)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment