Skip to content

Instantly share code, notes, and snippets.

@fedelebron
Created January 14, 2011 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fedelebron/780309 to your computer and use it in GitHub Desktop.
Save fedelebron/780309 to your computer and use it in GitHub Desktop.
How to tell nginx's configuration to directly serve requests from /media to a specific folder, when one has / being handled by Django.
location /media {
alias /home/flebron/sites/fedelebron.com/media;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment