ci(app): update nginx.conf
All checks were successful
Build and Push Docker Image / tests (push) Successful in 29s
Build and Push Docker Image / build (push) Successful in 1m22s

This commit is contained in:
Lars Hampe 2024-10-03 21:47:07 +02:00
parent 975d2e1d58
commit f66ca69c15

View File

@ -25,7 +25,8 @@ http {
}
location / {
try_files $uri $uri/index.html =404;
root /usr/share/nginx/html;
try_files $uri $uri/ /index.html;
}
}
}