Files
Jyotisha/deploy/Caddyfile
T
2026-07-16 10:21:35 +08:00

9 lines
160 B
Caddyfile

{$SITE_ADDRESS:https://jyotisha.chat} {
encode zstd gzip
reverse_proxy web:3000
}
www.jyotisha.chat {
redir https://jyotisha.chat{uri} permanent
}