use correct absolute path for static files in ngx config

This commit is contained in:
2025-06-29 18:51:24 +03:00
parent 44fab0ca48
commit 9d20da6a16

View File

@ -8,7 +8,7 @@ http {
server_name localhost;
location /static/ {
alias /data/static/;
alias /app/data/static/;
}
location / {