20 lines
379 B
Caddyfile
20 lines
379 B
Caddyfile
{$SITE_ADDRESS:https://jyotisha.chat} {
|
|
encode zstd gzip
|
|
|
|
@adminPaths path /admin /admin/* /api/admin/*
|
|
respond @adminPaths "Not found" 404
|
|
|
|
reverse_proxy web:3000
|
|
}
|
|
|
|
https://admin.jyotisha.chat {
|
|
encode zstd gzip
|
|
@root path /
|
|
redir @root /admin 308
|
|
reverse_proxy web:3000
|
|
}
|
|
|
|
https://www.jyotisha.chat {
|
|
redir https://jyotisha.chat{uri} 308
|
|
}
|