all repos — flynet @ 0302cce59928910aa197160cc4760199ce83aaab

ersatz CDN on fly.io

set correct Host header

Alin
commit

0302cce59928910aa197160cc4760199ce83aaab

parent

185ee91170d304ed91a923d45f75051a5d0fe1ef

1 file changed, 6 insertions(+), 2 deletions(-)

changed files
M CaddyfileCaddyfile
@@ -61,11 +61,15 @@
alanpearce.eu, alin.ovh, www.alanpearce.eu, www.alin.ovh { import cache import dns01 - reverse_proxy https://homestead-homestead488.danubedata.run + reverse_proxy https://homestead-homestead488.danubedata.run { + header_up Host {hostport} + } } go.alin.ovh { import cache import dns01 - reverse_proxy https://smrk.alin.ovh + reverse_proxy https://smrk.alin.ovh { + header_up Host {hostport} + } }