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