This commit is contained in:
Stefan Wieczorek
2022-05-25 15:53:28 +02:00
parent 1786e4487c
commit 18ca107851

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;