# Caddy site block for fundbureau. Replace the upstream IP with the container's
# IP, reload caddy (`caddy reload` / `systemctl reload caddy`), verify, then
# retire any old container. Keeping the domain here makes a cutover a one-line
# upstream change.

fundbureau.xyz, www.fundbureau.xyz {
    encode zstd gzip
    reverse_proxy CHANGE_ME_CONTAINER_IP:8080
}
