This commit is contained in:
Stefan Wieczorek
2023-11-10 14:06:35 +01:00
parent 954552d4a5
commit d1aefeb4e8

View File

@@ -12,9 +12,9 @@ server {
{{nginx_access_log}} {{nginx_access_log}}
{{nginx_error_log}} {{nginx_error_log}}
if ($scheme != "https") { #if ($scheme != "https") {
rewrite ^ https://$host$uri permanent; # rewrite ^ https://$host$uri permanent;
} #}
location ~ /.well-known { location ~ /.well-known {
auth_basic off; auth_basic off;