Skip to content

Instantly share code, notes, and snippets.

@brianmcdo
Created March 24, 2017 00:04
Show Gist options
  • Save brianmcdo/65440c7b5689ee31676d55b62af5ccfd to your computer and use it in GitHub Desktop.
Save brianmcdo/65440c7b5689ee31676d55b62af5ccfd to your computer and use it in GitHub Desktop.
server {
listen 80;
root /path/to/your/application;
index index.html index.htm;
server_name yourdomain.com;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment