{{ MFE_HOST }}{$default_site_port} {
    redir / {% if ENABLE_HTTPS %}https://{% else %}http://{% endif %}{{ LMS_HOST }}
    request_body {
        max_size 2MB
    }
    import proxy "mfe:8002"
    {{ patch("caddyfile-mfe-proxy")|indent(4) }}
}
