Files
ghost-docker/caddy
James Loh 871504e5ad Caddy: Fix non-www -> www placeholder
no ref

- In this redirect instance we're redirecting from `example.com` -> `www.example.com` so can actually use `{$DOMAIN}` here
- We can't in the first line of this block because Caddy doesn't (as far as I can currently tell) let us do a regex on it before putting it in to config
2025-07-15 21:22:33 +10:00
..