Default Route sollte nicht auf /Produktbaum weiterleiten.
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 46s

This commit is contained in:
2026-01-12 10:58:55 +01:00
parent aa91b15547
commit a2e9469498
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
server {
listen 80;
location / {
location /produktbaum {
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ /index.html;