# Production placeholder. Mirrors `Caddyfile.dev` but uses real # hostnames and lets Caddy auto-provision TLS certificates. Not used # until prod-deploy plumbing exists; kept under version control so the # dev/prod surface stays symmetric. www.galaxy.com { root * /srv/galaxy-ui try_files {path} /index.html file_server encode zstd gzip } api.galaxy.com { reverse_proxy galaxy-api:8080 }