diff --git a/01_onsite/02_qa/semcust/deployment.yaml b/01_onsite/02_qa/semcust/deployment.yaml index fbba4ae..84b4a34 100644 --- a/01_onsite/02_qa/semcust/deployment.yaml +++ b/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;