set correct Host header
1 file changed, 6 insertions(+), 2 deletions(-)
changed files
M Caddyfile → Caddyfile
@@ -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} + } }