Skip to content

Commit

Permalink
fix: Issue MFE_HOST url redirects to LMS_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim authored and arbrandes committed Feb 27, 2024
1 parent d662313 commit 4a3f4ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/20240220_180043_hina.khadim_mfe_url_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [BugFix] Fix issue of MFE_HOST url redirection to LMS_HOST (by @hinakhadim)
2 changes: 1 addition & 1 deletion tutormfe/patches/caddyfile
Original file line number Diff line number Diff line change
@@ -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
}
Expand Down

0 comments on commit 4a3f4ee

Please sign in to comment.