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

@@ -16,7 +16,7 @@ server {
{{nginx_error_log}}
if ($scheme != "https") {
rewrite ^ https://$host$uri permanent;
rewrite ^ https://$host$request_uri permanent;
}
location ~ /.well-known {