From a2e946949853c45c458437f99c29825933884a7b Mon Sep 17 00:00:00 2001 From: LukasJuraczka Date: Mon, 12 Jan 2026 10:58:55 +0100 Subject: [PATCH] Default Route sollte nicht auf /Produktbaum weiterleiten. --- nginx.conf | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 - +