better defaults
This commit is contained in:
parent
ed64e96c81
commit
b5b94f3350
2 changed files with 11 additions and 7 deletions
|
|
@ -11,6 +11,9 @@ server {
|
|||
location /favicon.ico {
|
||||
root __PREFIX__/oxdata/static;
|
||||
}
|
||||
location /robots.txt {
|
||||
root __PREFIX__/oxdata/static;
|
||||
}
|
||||
|
||||
location /static {
|
||||
root __PREFIX__/oxdata;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue