import kgva site

This commit is contained in:
2026-06-29 01:37:03 +02:00
commit f7643602cb
103 changed files with 2015 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# 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
}