Files
kgva/deploy/Caddyfile
T
2026-06-29 01:37:03 +02:00

10 lines
421 B
Caddyfile

# Caddy site block for the website. Replace the upstream IP with the NEW
# container's IP, reload caddy (`caddy reload` / `systemctl reload caddy`),
# verify, then retire the old container. Keeping the domain here means the
# cutover is a one-line upstream change — no IP recycling needed.
karimgabrielevarano.xyz, www.karimgabrielevarano.xyz {
encode zstd gzip
reverse_proxy CHANGE_ME_NEW_CONTAINER_IP:8080
}