index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
reverseproxy
Age
Commit message (
Expand
)
Author
2023-03-16
reverseproxy: Reset Content-Length to prevent FastCGI from hanging (#5435)
Trea Hauet
2023-02-27
reverseproxy: allow specifying ip version for dynamic `a` upstream (#5401)
Emily Lange
2023-02-26
caddyfile: Implement heredoc support (#5385)
Francis Lavoie
2023-02-24
cmd: Expand cobra support, add short flags (#5379)
Francis Lavoie
2023-02-24
reverseproxy: refactor HTTP transport layer (#5369)
Mohammed Al Sahaf
2023-02-16
cmd: Adjust documentation for commands (#5377)
Francis Lavoie
2023-02-11
reverseproxy: Don't buffer chunked requests (fix #5366) (#5367)
Matt Holt
2023-02-08
core: Support Windows absolute paths for UDS proxy upstreams (#5114)
Steffen Brüheim
2023-02-06
reverseproxy: Log status code and byte count for websockets (#5140)
WeidiDeng
2023-01-25
reverseproxy: Add flag to short command to disable redirects (#5330)
Y.Horie
2023-01-10
caddyhttp: Add server-level `trusted_proxies` config (#5103)
Francis Lavoie
2023-01-09
reverseproxy: Fix hanging for Transfer-Encoding: chunked (#5289)
Y.Horie
2023-01-06
reverseproxy: Don't enable auto-https when `--from` flag is http (#5269)
Emily Lange
2023-01-06
reverseproxy: Set origreq in active health check (#5284)
Matt Holt
2022-12-05
reverseproxy: Improve hostByHashing distribution (#5229)
Alban Lecocq
2022-11-30
Clarify some docs
Matthew Holt
2022-11-14
reverseproxy: Mask the WS close message when we're the client (#5199)
Francis Lavoie
2022-10-05
caddytest: Revise sleep durations
Matthew Holt
2022-10-05
forwardauth: Canonicalize header fields (fix #5038) (#5097)
Matt Holt
2022-09-29
Fix comment
Matthew Holt
2022-09-29
reverseproxy: Parse humanized byte size (fix #5095)
Matthew Holt
2022-09-29
reverseproxy: On 103 don't delete own headers (#5091)
Matt Holt
2022-09-28
Merge pull request #5076 from caddyserver/fastcgi-redir
Matt Holt
2022-09-27
reverseproxy: fix upstream scheme handling in command (#5088)
lemmi
2022-09-23
fastcgi: Redirect using original URI path (fix #5073)
Matthew Holt
2022-09-16
core: Variadic Context.Logger(); soft deprecation
Matthew Holt
2022-09-15
caddyhttp: Add --debug flag to commands
Matthew Holt
2022-09-15
reverseproxy: Support repeated --to flags in command (#4693)
Isaac Parker
2022-09-02
reverseproxy: Close hijacked conns on reload/quit (#4895)
Matt Holt
2022-09-02
fastcgi: Optimize FastCGI transport (#4978)
WeidiDeng
2022-09-02
fastcgi: allow users to log stderr output (#4967) (#5004)
fleandro
2022-08-31
events: Implement event system (#4912)
Francis Lavoie
2022-08-29
Minor cleanup, resolve a couple lint warnings
Matthew Holt
2022-08-27
Remove duplicate words in comments (#4986)
Abirdcfly
2022-08-27
reverseproxy: Add upstreams healthy metrics (#4935)
Dávid Szabó
2022-08-25
reverseproxy: Multiple dynamic upstreams
Matthew Holt
2022-08-17
core: Change net.IP to netip.Addr; use netip.Prefix (#4966)
WilczyńskiT
2022-08-12
reverseproxy: Add `unix+h2c` Caddyfile network shortcut (#4953)
Francis Lavoie
2022-08-12
reverseproxy: Ignore context cancel in stream mode (#4952)
Matt Holt
2022-08-12
reverseproxy: Fix H2C dialer using new stdlib `DialTLSContext` (#4951)
Francis Lavoie
2022-08-09
reverseproxy: Support 1xx status codes (HTTP early hints) (#4882)
Kévin Dunglas
2022-08-06
Replace strings.Index with strings.Cut (#4932)
Chirag Maheshwari
2022-08-04
Replace strings.Index usages with strings.Cut (#4930)
WilczyńskiT
2022-08-04
cmd: Use newly-available version information (#4931)
Matt Holt
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-08-01
caddyhttp: Implement `caddy respond` command (#4870)
Matt Holt
2022-07-28
Ignore linter warnings
Matthew Holt
2022-07-23
reverseproxy: Implement read & write timeouts for HTTP transport (#4905)
Matt Holt
2022-07-13
reverseproxy: Implement retry count, alternative to try_duration (#4756)
Francis Lavoie
2022-07-13
reverseproxy: Export SetScheme() again
Matthew Holt
[next]