Browse Source

Merge branch 'bugfix/semcust-reverse-help-desk-customer-path-to-frontend' into 'master'

bugfix/semcust-reverse-help-desk-customer-path-to-frontend

See merge request devops/k8s-deployments!68
master
Antun Franjin 4 years ago
parent
commit
98b63765c8
  1. 7
      01_onsite/02_qa/semcust/deployment.yaml

7
01_onsite/02_qa/semcust/deployment.yaml

@ -138,6 +138,13 @@ data:
try_files $uri $uri /index.html =404;
}
location /help-desk-customer {
root /srv/semcust;
#add_header X-Frame-Options "SAMEORIGIN";
index index.html index.htm;
try_files $uri $uri /index.html =404;
}
location ~ ^/api {
proxy_pass http://backend;
proxy_redirect off;

Loading…
Cancel
Save