From 003fa071512de0636e946bd3f5556ebdb4ad8f04 Mon Sep 17 00:00:00 2001 From: LukasJuraczka Date: Mon, 12 Jan 2026 11:16:52 +0100 Subject: [PATCH] base href updated --- nginx.conf | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 - +