Merge pull request #20 from fizikiukas/patch-1

Update Moodle 4 vhost
This commit is contained in:
cloudpanel-io
2023-11-10 14:05:09 +01:00
committed by GitHub

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;