Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created January 5, 2012 22:37
Show Gist options
  • Select an option

  • Save whitmo/1567722 to your computer and use it in GitHub Desktop.

Select an option

Save whitmo/1567722 to your computer and use it in GitHub Desktop.
nginx.conf
location /static {
alias /opt/webapp/cheese_emporium/src/cheese-emporium/cheese_emporium/static;
autoindex on;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment