Steffen Busch
Steffen Busch
This pull request is adding a Content-Security-Policy (CSP) response header to the file server **browse** template. The CSP Version 3 is using `strict-dynamic` for `script-src` and `style-src` with a generated,...
Fixes https://github.com/caddyserver/caddy/issues/6392
I have added one of my use-cases for `log_append` as another example. When using multiple `reverse_proxy` upstreams, it can be useful to have the upstream as well as time and...
This PR introduces a new placeholder, `{http.auth..error}`, which is set when an authentication provider returns an error from the authentication process. This allows errors during `Authenticate` from specific authentication providers...
``` $ xcaddy version v0.4.4 h1:xstmMhsxrDF/1rnncpi+CLbBfxEP0PjjdtXe3YFwnuo= ``` When I run `xcaddy run --config Caddyfile-Test`, I get this error: ``` $ xcaddy run --config Caddyfile-Test Error: unknown flag: --config unknown flag:...