diff --git a/nginx.conf b/nginx.conf index 9b99f1d..207beed 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,7 +1,7 @@ server { listen 80; - location /produktbaum { + location / { 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 e9ee01c..29546a8 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ OMDSAngularWebClient - +