Skip to content

Instantly share code, notes, and snippets.

@angelmartz
Forked from zdwolfe/gist:6721115
Created August 26, 2014 05:15
Show Gist options
  • Select an option

  • Save angelmartz/9bd7aaaf3e8c6f1cfd7d to your computer and use it in GitHub Desktop.

Select an option

Save angelmartz/9bd7aaaf3e8c6f1cfd7d to your computer and use it in GitHub Desktop.
server {
listen 0.0.0.0:12345;
location / {
root /home/zdwolfe/src/angularAWS/app;
try_files $uri $uri/ /index.html =404;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment