From d1b30200f0d249907fb397203698314127a4addb Mon Sep 17 00:00:00 2001 From: Domagoj Zecevic Date: Mon, 25 Apr 2022 14:33:00 +0200 Subject: [PATCH] fixed nginx conf --- 02_hetzner/01_prod/semcust/deployment.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/02_hetzner/01_prod/semcust/deployment.yaml b/02_hetzner/01_prod/semcust/deployment.yaml index 82dfaf9..f1fb813 100644 --- a/02_hetzner/01_prod/semcust/deployment.yaml +++ b/02_hetzner/01_prod/semcust/deployment.yaml @@ -212,6 +212,13 @@ data: send_timeout 300s; } + 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 /static-backend { proxy_pass http://backend; proxy_redirect off;