Skip to content

Commit

Permalink
Fix media path in nginx.conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Mar 10, 2011
1 parent 2af970f commit a6f9405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ http {

# Serve media directly out of Nginx for performance
location /media {
alias /home/media;
alias /home/web/myblog/django-mingus/mingus/media/;
}

# Proxy everything else to the backend
Expand Down

0 comments on commit a6f9405

Please sign in to comment.