diff --git a/v2-varnish/Moodle/Moodle 4 b/v2-varnish/Moodle/Moodle 4 index 9d672c1..9ee7c01 100755 --- a/v2-varnish/Moodle/Moodle 4 +++ b/v2-varnish/Moodle/Moodle 4 @@ -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;