use correct absolute path for static files in ngx config

This commit is contained in:
Lera Elvoé 2025-06-29 18:51:24 +03:00
parent 44fab0ca48
commit 9d20da6a16
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

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