From d1aefeb4e873083b8c63727aaa20270a4e121591 Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Fri, 10 Nov 2023 14:06:35 +0100 Subject: [PATCH] . --- v2-varnish/Moodle/Moodle 4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;