fix: update static file handling and proxy settings in Django and Nginx configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user