fix: update static file handling and proxy settings in Django and Nginx configuration

This commit is contained in:
2025-11-30 00:02:11 +01:00
parent d9fb67a1d5
commit 109761ea94
2 changed files with 5 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ http {
# Serwowanie aplikacji Vue
location /mayo-manager/ {
alias /usr/share/nginx/html/;
try_files $uri $uri/ /mayo-manager/index.html;
try_files $uri $uri/ /index.html;
}
# Proxy do API Django