Files
sdetProfile/deploy/Caddyfile.snippet
T
Builder e077dec21b
CI / skip-ci-check (push) Successful in 4s
CI / secret-scan (push) Successful in 3s
CI / node-ci (push) Successful in 44s
Sync Caddyfile.snippet with live edge config
Edge (10.0.10.20) already uses the shared security-headers snippet and
a permanent (301) www redirect; the checked-in reference snippet had
drifted (302 redirect, no security headers, stale upstream IP).
2026-07-08 11:05:24 -04:00

13 lines
382 B
Caddyfile

# Replace the existing iliadobkin.com block in your Caddy VM's Caddyfile.
# Live block (edge 10.0.10.20) as of 2026-07-08 uses the shared `security-headers`
# snippet instead of a one-off header block, and a permanent (301) www redirect.
iliadobkin.com {
import security-headers
reverse_proxy 10.0.10.106:80
}
www.iliadobkin.com {
redir https://iliadobkin.com{uri} permanent
}