Skip to content

Commit 05fb429

Browse files
committed
fix: Issue MFE_HOST url redirects to LMS_HOST
1 parent de52636 commit 05fb429

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [BugFix] Fix issue of MFE_HOST url redirection to LMS_HOST (by @hinakhadim)

tutormfe/patches/caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ MFE_HOST }}{$default_site_port} {
2-
respond / 204
2+
redir / {% if ENABLE_HTTPS %}https://{% else %}http://{% endif %}{{ LMS_HOST }}
33
request_body {
44
max_size 2MB
55
}

0 commit comments

Comments
 (0)