Sam Ottenhoff
Sam Ottenhoff
I see the same error related to chmod on MacOS. It fails with an npm global install or local project install.
Right, for a passive check, I understand that providing the health of an upstream depends on the proxy config. What about an active check? I'd like to know how many...
This is exciting especially for those of us that pay egress bills to the cloud providers. The custom dictionary is public with no ability for authentication. Ensuring privacy of information...
> The main point of shared dictionaries is that there's no singular custom dictionary. Literally every file/script can be its own custom dictionary, allowing up to like 99% compression on...
This would not be a breaking change for existing users. Here are the scenarios for an HTTPS site: 1. Fresh user: would receive new cookie with Secure and SameSite=None 2....
Fixed in #6115
I just wanted to add a working Caddyfile snippet I am using with Caddy 2.7.6: ``` @sendfile header X-Accel-Redirect * handle_response @sendfile { rewrite * {rp.header.X-Accel-Redirect}? reverse_proxy https://dev-bucket.s3.amazonaws.com { header_up...
That's not what I see in my testing with Caddy 2.7.6 or master @francislavoie. `rewrite * {rp.header.X-Accel-Redirect}` produces a URI that is missing all query params `rewrite * {rp.header.X-Accel-Redirect}?` produces...
any tips on where I can add a test so we're all on the same page with this rewrite behavior (and so it doesn't get altered without a bit of...
I'm still trying to figure out why this config works and produces a transparent redirect to the S3 asset with correct GET params (?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKQS...) ``` @sendfile header X-Accel-Redirect * handle_response...