use correct absolute path for static files in ngx config
This commit is contained in:
parent
44fab0ca48
commit
9d20da6a16
@ -8,7 +8,7 @@ http {
|
||||
server_name localhost;
|
||||
|
||||
location /static/ {
|
||||
alias /data/static/;
|
||||
alias /app/data/static/;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
Loading…
Reference in New Issue
Block a user