Skip to content

Instantly share code, notes, and snippets.

@osdrv
Created March 15, 2012 10:52
Show Gist options
  • Save osdrv/2043612 to your computer and use it in GitHub Desktop.
Save osdrv/2043612 to your computer and use it in GitHub Desktop.
nginx config
server {
listen 80;
server_name ~.*$;
charset utf8;
location / {
root /Users/4pcbr/workspace/dart;
expires 0;
index index.html index.htm;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment