merge upstream and small changes

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2024-01-21 12:56:35 +01:00
parent 0620ced474
commit 4bfb9b799a
14 changed files with 120 additions and 97 deletions

View File

@@ -27,7 +27,7 @@ server {
}
location / {
root /app/frontend;
root /html/frontend;
if ($request_uri ~ ^/(.*)\.html$) {
return 302 /$1;
}