diff --git a/nginx.conf b/nginx.conf index 207beed..9b99f1d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,7 +1,7 @@ server { listen 80; - location / { + location /produktbaum { root /usr/share/nginx/html; index index.html; try_files $uri $uri/ /index.html; diff --git a/src/index.html b/src/index.html index 29546a8..e9ee01c 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ OMDSAngularWebClient - +