summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/reverseproxy
AgeCommit message (Expand)Author
2023-05-15reverseproxy: Expand port ranges to multiple upstreams in CLI + Caddyfile (#5...Francis Lavoie
2023-05-05reverseproxy: Optimize base case for least_conn and random_choose policies (#...Francis Lavoie
2023-05-05reverseproxy: Fix active health check header canonicalization, refactor (#5446)Francis Lavoie
2023-05-05reverseproxy: Add `fallback` for some policies, instead of always random (#5488)Francis Lavoie
2023-05-04fastcgi: Fix `capture_stderr` (#5515)eanavitarte
2023-05-03acmeserver: Configurable `resolvers`, fix smallstep deprecations (#5500)Francis Lavoie
2023-04-27logging: Add traceID field to access logs when tracing is active (#5507)Dave Henderson
2023-04-25reverseproxy: Fix reinitialize upstream healthy metrics (#5498)Y.Horie
2023-04-20caddyfile: Stricter parsing, error for brace on new line (#5505)Francis Lavoie
2023-04-10reverseproxy: Remove deprecated `lookup_srv` (#5396)Francis Lavoie
2023-04-04reverseproxy: Add `query` and `client_ip_hash` lb policies (#5468)Francis Lavoie
2023-03-31proxyprotocol: Add PROXY protocol support to `reverse_proxy`, add HTTP listen...Corin Langosch
2023-03-31reverseproxy: Add mention of which half a copyBuffer err comes from (#5472)Francis Lavoie
2023-03-27log: Make sink logs encodable (#5441)Mohammed Al Sahaf
2023-03-27caddytls: Eval replacer on automation policy subjects (#5459)Francis Lavoie
2023-03-27reverseproxy: Header up/down support for CLI command (#5460)Francis Lavoie
2023-03-16reverseproxy: Reset Content-Length to prevent FastCGI from hanging (#5435)Trea Hauet
2023-02-27reverseproxy: allow specifying ip version for dynamic `a` upstream (#5401)Emily Lange
2023-02-26caddyfile: Implement heredoc support (#5385)Francis Lavoie
2023-02-24cmd: Expand cobra support, add short flags (#5379)Francis Lavoie
2023-02-24reverseproxy: refactor HTTP transport layer (#5369)Mohammed Al Sahaf
2023-02-16cmd: Adjust documentation for commands (#5377)Francis Lavoie
2023-02-11reverseproxy: Don't buffer chunked requests (fix #5366) (#5367)Matt Holt
2023-02-08core: Support Windows absolute paths for UDS proxy upstreams (#5114)Steffen Brüheim
2023-02-06reverseproxy: Log status code and byte count for websockets (#5140)WeidiDeng
2023-01-25reverseproxy: Add flag to short command to disable redirects (#5330)Y.Horie
2023-01-10caddyhttp: Add server-level `trusted_proxies` config (#5103)Francis Lavoie
2023-01-09reverseproxy: Fix hanging for Transfer-Encoding: chunked (#5289)Y.Horie
2023-01-06reverseproxy: Don't enable auto-https when `--from` flag is http (#5269)Emily Lange
2023-01-06reverseproxy: Set origreq in active health check (#5284)Matt Holt
2022-12-05reverseproxy: Improve hostByHashing distribution (#5229)Alban Lecocq
2022-11-30Clarify some docsMatthew Holt
2022-11-14reverseproxy: Mask the WS close message when we're the client (#5199)Francis Lavoie
2022-10-05caddytest: Revise sleep durationsMatthew Holt
2022-10-05forwardauth: Canonicalize header fields (fix #5038) (#5097)Matt Holt
2022-09-29Fix commentMatthew Holt
2022-09-29reverseproxy: Parse humanized byte size (fix #5095)Matthew Holt
2022-09-29reverseproxy: On 103 don't delete own headers (#5091)Matt Holt
2022-09-28Merge pull request #5076 from caddyserver/fastcgi-redirMatt Holt
2022-09-27reverseproxy: fix upstream scheme handling in command (#5088)lemmi
2022-09-23fastcgi: Redirect using original URI path (fix #5073)Matthew Holt
2022-09-16core: Variadic Context.Logger(); soft deprecationMatthew Holt
2022-09-15caddyhttp: Add --debug flag to commandsMatthew Holt
2022-09-15reverseproxy: Support repeated --to flags in command (#4693)Isaac Parker
2022-09-02reverseproxy: Close hijacked conns on reload/quit (#4895)Matt Holt
2022-09-02fastcgi: Optimize FastCGI transport (#4978)WeidiDeng
2022-09-02fastcgi: allow users to log stderr output (#4967) (#5004)fleandro
2022-08-31events: Implement event system (#4912)Francis Lavoie
2022-08-29Minor cleanup, resolve a couple lint warningsMatthew Holt
2022-08-27Remove duplicate words in comments (#4986)Abirdcfly