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