Skip to content

Commit

Permalink
Fixed root path for static files
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Jul 30, 2011
1 parent 3845be0 commit 722e6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx_settings.conf
Expand Up @@ -13,7 +13,7 @@ server {
}

location /static {
root /home/manouche/djangodash2011/manouche_us/static/;
root /home/manouche/djangodash2011/manouche_us;
expires 1d;
}
}

0 comments on commit 722e6da

Please sign in to comment.