alias js folder to /static/js in ngx config

This commit is contained in:
Lera Elvoé 2025-05-23 20:40:32 +03:00
parent f3aaa6d24d
commit 800cd6a1bf
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

@ -37,5 +37,9 @@ http {
alias data/static/avatars;
expires 1y;
}
location /static/js/ {
alias js/;
}
}
}