@@ -97,6 +97,11 @@ server {
proxy_http_version 1.1;
proxy_pass http://businessweb-svc:8007;
}
+ location /1 {
+ root /usr/share/nginx/html/businessweb;
+ try_files $uri $uri/ /index.html;
+ #index index.html;
+ }
location /favicon.ico {
log_not_found off;