fix caddy host header

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-18 13:33:12 +01:00
parent 9b333be379
commit de6f6d106c
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -87,7 +87,7 @@
import baseConfig
reverse_proxy {
to http://127.0.0.1:13286
header_up Host {upstream_hostport}
header_up Host cloud.chir.rs
}
'';
};