This commit is contained in:
Stefan Wieczorek
2024-05-14 10:42:46 +02:00
parent d7bc62a05d
commit 46ceafdf53
32 changed files with 32 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ server {
add_header Strict-Transport-Security "max-age=15552000; includeSubDomains";
if ($scheme != "https") {
rewrite ^ https://$host$uri permanent;
rewrite ^ https://$host$request_uri permanent;
}
location ~ /.well-known {