Skip to content

Instantly share code, notes, and snippets.

@coreymaher
Last active August 29, 2015 14:07
Show Gist options
  • Save coreymaher/a51672b3cf60e4f18dad to your computer and use it in GitHub Desktop.
Save coreymaher/a51672b3cf60e4f18dad to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name _;
location / {
try_files assets/demo/$uri =404;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment