9 lines
160 B
Caddyfile
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
|
|
}
|