diff --git a/frontend/nginx.conf b/frontend/nginx.conf index f04d0f5..b9c6e86 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -30,6 +30,14 @@ http { listen 7080; server_name localhost; + location = /mayo-manager/admin { + return 301 /mayo-manager/admin/; + } + + location = /mayo-manager/api { + return 301 /mayo-manager/api/; + } + # Serwowanie statycznych plików Django Admina location /mayo-manager/static/ { alias /static_django/;