Created
October 4, 2018 09:40
-
-
Save wizardnet972/99b4bf35768dafb8d273b2c4ac14e98f 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
| nodejs | |
| curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - | |
| sudo apt-get install -y nodejs | |
| nginx | |
| sudo apt-get update | |
| sudo apt-get install nginx | |
| check | |
| systemctl status nginx | |
| sudo systemctl stop nginx | |
| sudo systemctl start nginx | |
| sudo systemctl restart nginx | |
| sudo systemctl reload nginx | |
| /etc/nginx | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment