Skip to content

Commit

Permalink
Added /static to the url path for correct path.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanlaar committed Jun 7, 2012
1 parent 2db3026 commit 0d61f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/nginx.conf.in
Expand Up @@ -7,7 +7,7 @@ server {
access_log ${buildout:directory}/var/log/access.log;
error_log ${buildout:directory}/var/log/error.log;

location /site_media/ {
location /site_media/static/ {
alias ${buildout:directory}/var/static/;
expires 24h;
}
Expand Down

0 comments on commit 0d61f2b

Please sign in to comment.