Skip to content

Instantly share code, notes, and snippets.

@badhonhitech
Last active December 7, 2019 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badhonhitech/2479483219d83694ad916749e0e894a9 to your computer and use it in GitHub Desktop.
Save badhonhitech/2479483219d83694ad916749e0e894a9 to your computer and use it in GitHub Desktop.
How to setup Nginx on Ubuntu
# YouTube: https://youtu.be/9FX87-m6jMM
sudo apt update
sudo apt upgrade
sudo apt install nginx
nginx --version
sudo nginx -T
sudo service nginx start
sudo service nginx stop
sudo service nginx start
sudo service nginx restart
sudo service enable nginx
sudo service nginx status
firefox http://localhost/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment