Skip to content

Instantly share code, notes, and snippets.

@dylansm
Forked from ivarvong/gist:2893838
Created November 22, 2013 02:55
Show Gist options
  • Save dylansm/7594022 to your computer and use it in GitHub Desktop.
Save dylansm/7594022 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name trials.dailyemerald.com;
access_log /srv/www/trials.dailyemerald.com/access.log;
gzip on;
location / {
root /srv/www/trials.dailyemerald.com/public_html;
try_files $uri /index.html;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment