Default Route sollte nicht auf /Produktbaum weiterleiten.
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 46s
All checks were successful
Angular Build & Deploy / deploy (push) Successful in 46s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
location / {
|
||||
location /produktbaum {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
||||
Reference in New Issue
Block a user