summaryrefslogtreecommitdiff
path: root/modules/caddyhttp
AgeCommit message (Expand)Author
2021-05-05caddyhttp: Fix fallback for the error handler chain (#4131)Francis Lavoie
2021-05-05reverseproxy: Minor logging improvementsMatthew Holt
2021-05-04fileserver: Fix `file` matcher with empty `try_files` (#4147)Francis Lavoie
2021-05-02reverseproxy: Add `handle_response` blocks to `reverse_proxy` (#3710) (#4021)Francis Lavoie
2021-05-02caddyhttp: performance improvement in HeaderRE Matcher (#4143)Calvin Xiao
2021-04-30fileserver: Share template logic for both `templates` and `file_server browse...Jason Du
2021-04-29reverseproxy: fix hash selection policy (#4137)Simão Gomes Viana
2021-04-29fileserver: Better handling of HTTP status override (#4132)Francis Lavoie
2021-04-21reverseproxy: Admin endpoint for reporting upstream statuses (#4125)Francis Lavoie
2021-04-19caddyhttp: Implement better logic for inserting the HTTP->HTTPS redirs (#4033)Francis Lavoie
2021-04-08ci: fuzz: add 4 more fuzzing targets (#4105)Mohammed Al Sahaf
2021-04-08fileserver: Add status code override (#4076)Francis Lavoie
2021-03-30reverseproxy: Set cookie path to `/` when using cookie lb_policy (#4096)Dimitri Masson
2021-03-29encode,staticfiles: Content negotiation, precompressed files (#4045)Steffen Brüheim
2021-03-29reverseproxy: Implement health_uri, deprecate health_path, supports query (#4...Francis Lavoie
2021-03-29go.mod: Migrate to golang.org/x/term (#4073)Simão Gomes Viana
2021-03-29caddyhttp: improve grammar of comment for AllowH2C (#4072)Simão Gomes Viana
2021-03-29headers: Fix Caddyfile parsing for `request_header` with matchers (#4085)Francis Lavoie
2021-03-19fileserver: Add a few more debug lines (#4063)Francis Lavoie
2021-03-19fileserver: Browse listing supports dark mode (#4066)rai
2021-03-12httpcaddyfile: Add `error` directive for the existing handler (#4034)Francis Lavoie
2021-03-10map: Accept regex substitution in outputs (#3991)Rajat Jain
2021-03-03reverseproxy: Fix upstreams with placeholders with no port (#4046)Francis Lavoie
2021-03-01rewrite: Implement regex path replacementsMatthew Holt
2021-03-01fileserver: Don't replace in request paths (fix #4027)Matthew Holt
2021-02-25reverseproxy: Fix round robin data race (#4038)Matthew Holt
2021-02-22reverseproxy: Add duration/latency placeholders (close #4012) (#4013)Matt Holt
2021-02-16Improve security warningsMatthew Holt
2021-02-11caddyhttp: Support placeholders in header matcher values (close #3916)Matthew Holt
2021-02-09reverseproxy: Response buffering & configurable buffer sizeMatthew Holt
2021-02-02caddyhttp: Check for invalid subdirectives of static_responseMatthew Holt
2021-02-02httpcaddyfile: Fix default issuers when email providedMatthew Holt
2021-01-28caddyhttp: Implement handler abort; new 'abort' directive (close #3871) (#3983)Matt Holt
2021-01-19Revert "requestbody: Allow overwriting remote address"Matthew Holt
2021-01-16map: Add missing json struct tagMatthew Holt
2021-01-11templates: Add fileExists and httpError template actionsMatthew Holt
2021-01-11requestbody: Allow overwriting remote addressMatthew Holt
2021-01-11rewrite: Use RawPath instead of Path (fix #3596) (#3918)go-d
2021-01-05caddyfile: Refactor unmarshaling of module tokensMatthew Holt
2021-01-04reverseproxy: Caddyfile health check headers, host header support (#3948)yaxin
2021-01-04caddyfile: Introduce basic linting and fmt check (#3923)Matt Holt
2020-12-30fileserver: Fix "go up" links in browse listings (closes #3942)Matthew Holt
2020-12-14reverseproxy: Minor lint fixesMatthew Holt
2020-12-10caddyhttp: Optionally use forwarded IP for remote_ip matcherMatthew Holt
2020-12-10caddyhttp: Clean up internal auto-HTTPS redirect codeMatthew Holt
2020-12-09caddyhttp: Document that remote_ip reads X-Forwarded-For headerMatthew Holt
2020-12-09httpcaddyfile: support matching headers that do not exist (#3909)Jack Baron
2020-12-04fastcgi: Set PATH_INFO to file matcher remainder as fallback (#3739)Francis Lavoie
2020-12-03caddyauth: Use structured logMatthew Holt
2020-12-02Minor commentsMatthew Holt