Last active
April 17, 2018 05:13
-
-
Save louanfontenele/a412e884d843f2ab3f64a2a153c76be0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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