Browse Source

fixed nginx conf

feat/add-semcust-prod
Domagoj Zecevic 4 years ago
parent
commit
d1b30200f0
  1. 7
      02_hetzner/01_prod/semcust/deployment.yaml

7
02_hetzner/01_prod/semcust/deployment.yaml

@ -212,6 +212,13 @@ data:
send_timeout 300s; 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 { location /static-backend {
proxy_pass http://backend; proxy_pass http://backend;
proxy_redirect off; proxy_redirect off;

Loading…
Cancel
Save