|
|
|
@ -125,6 +125,13 @@ data: |
|
|
|
try_files $uri $uri /index.html =404; |
|
|
|
} |
|
|
|
|
|
|
|
location /administration { |
|
|
|
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; |
|
|
|
|