We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Caddy is built with xcaddy including the cache-handler plugin.
xcaddy
The Caddyfile is:
Caddyfile
{ order cache before rewrite cache } :8006 { cache { default_cache_control no-store } reverse_proxy http://127.0.0.1:8000 { transport http { dial_timeout 10s } } }