Browse Source

Fixed after reload 404 becaouse of route of administration.

feat/rm-qa
Antun Franjin 4 years ago
parent
commit
07bfbcc2d1
  1. 6
      dev/efc/deployment.yaml

6
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;

Loading…
Cancel
Save