diff --git a/dev/efc/deployment.yaml b/dev/efc/deployment.yaml index 7410411..b1c6e0c 100644 --- a/dev/efc/deployment.yaml +++ b/dev/efc/deployment.yaml @@ -135,6 +135,12 @@ data: try_files $uri $uri /index.html =404; } + location /administration { + root /srv/efc; + index index.html index.htm; + try_files $uri $uri /index.html =404; + } + location ~ ^/api { proxy_pass http://backend; proxy_redirect off;