who_need_help/deploy/caddy/Caddyfile
SimpleTest 87e6667e6a
Some checks are pending
Quality / full-local-gates (push) Waiting to run
Add isolated Caddy edge for production and staging
2026-07-21 03:34:37 +03:00

28 lines
292 B
Caddyfile

{
admin off
}
{$PRIMARY_DOMAIN} {
encode zstd gzip
header {
-Server
}
reverse_proxy {$PRIMARY_UPSTREAM}
}
www.{$PRIMARY_DOMAIN} {
redir https://{$PRIMARY_DOMAIN}{uri} permanent
}
{$STAGING_DOMAIN} {
encode zstd gzip
header {
-Server
}
reverse_proxy {$STAGING_UPSTREAM}
}