Closed cellulosa closed 6 months ago
Try putting cloudflare
before static
(or even repeating the trusted_proxies
option for both modules if that doesn't work). cloudflare
in your current Caddyfile is parsed as an IP address, according to the Caddy documentation: https://caddyserver.com/docs/caddyfile/options#trusted-proxies
To merge two lists of IPs (cloudflare + static), you should use https://github.com/fvbommel/caddy-combine-ip-ranges which can take more than one IP source plugin.
lovely, thank you!
heya, I'm building this with:
But am getting this error when launching:
Thsi is my Caddifile