This commit is contained in:
Stefan Wieczorek
2022-05-25 15:55:07 +02:00
parent 18ca107851
commit f7f4655ee9

View File

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