Files
Jyotisha/deploy/Caddyfile.staging
T
2026-07-21 17:52:25 +08:00

15 lines
349 B
Caddyfile

{$SITE_ADDRESS:https://staging.jyotisha.chat} {
encode zstd gzip
reverse_proxy web:3000
}
{$ADMIN_SITE_ADDRESS:https://admin.staging.jyotisha.chat} {
encode zstd gzip
@identity path /login /api/auth/* /_next/* /jyotish-logo.png /favicon.ico
handle @identity {
reverse_proxy web:3000
}
respond "Not found" 404
}