who_need_help/deploy/caddy/Caddyfile
SimpleTest eb5e0f896d
Some checks are pending
Quality / full-local-gates (push) Waiting to run
Isolate test and production deployments
2026-07-21 17:46:34 +03:00

28 lines
286 B
Caddyfile

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