Skip to content

Commit

Permalink
fix: Caddy proxy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Nov 15, 2021
1 parent 4cd4bf1 commit 8ce5dc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
8 changes: 6 additions & 2 deletions tutormfe/patches/caddyfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{ MFE_HOST }}{% if not ENABLE_HTTPS %}:80{% endif %} {
reverse_proxy nginx:80
{{ MFE_HOST }}{$default_site-port} {
respond / 204
request_body {
max_size 2MB
}
import proxy "mfe:8002"
}
24 changes: 0 additions & 24 deletions tutormfe/patches/nginx-extra

This file was deleted.

0 comments on commit 8ce5dc0

Please sign in to comment.