better defaults

This commit is contained in:
j 2011-07-30 13:08:47 +02:00
commit b5b94f3350
2 changed files with 11 additions and 7 deletions

View file

@ -11,6 +11,9 @@ server {
location /favicon.ico {
root __PREFIX__/oxdata/static;
}
location /robots.txt {
root __PREFIX__/oxdata/static;
}
location /static {
root __PREFIX__/oxdata;