15 lines
349 B
Caddyfile
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
|
|
}
|