Skip to content

Instantly share code, notes, and snippets.

@msveden
Created February 5, 2018 20:48
Show Gist options
  • Save msveden/21afb41da0ac9302c2b23cc0be8529bc to your computer and use it in GitHub Desktop.
Save msveden/21afb41da0ac9302c2b23cc0be8529bc to your computer and use it in GitHub Desktop.
Nginx stuff

Change site settings here

sudo nano /etc/nginx/sites-available/default

Check that the config file syntax is OK

sudo nginx -t

Restart Nginx

sudo systemctl restart nginx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment