diff --git a/tutormfe/patches/caddyfile b/tutormfe/patches/caddyfile index 55dec86..4d743eb 100644 --- a/tutormfe/patches/caddyfile +++ b/tutormfe/patches/caddyfile @@ -1,5 +1,5 @@ {{ MFE_HOST }}{$default_site_port} { - respond / 204 + redir / {% if ENABLE_HTTPS %}https://{% else %}http://{% endif %}{{ LMS_HOST }} request_body { max_size 2MB }