Skip to content

Instantly share code, notes, and snippets.

@wizardnet972
Created October 4, 2018 09:40
Show Gist options
  • Select an option

  • Save wizardnet972/99b4bf35768dafb8d273b2c4ac14e98f to your computer and use it in GitHub Desktop.

Select an option

Save wizardnet972/99b4bf35768dafb8d273b2c4ac14e98f to your computer and use it in GitHub Desktop.
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