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-08-23
chore: Appease gosec linter (#5777)
Matt Holt
2023-08-19
httpcaddyfile: Stricter errors for site and upstream address schemes (#5757)
Karun Agarwal
2023-08-17
reverseproxy: Always return new upstreams (fix #5736) (#5752)
Matt Holt
2023-08-14
ci: use gci linter (#5708)
Jacob Gadikian
2023-08-07
ci: Use gofumpt to format code (#5707)
Jacob Gadikian
2023-08-05
reverseproxy: do not parse upstream address too early if it contains replaceb...
Mohammed Al Sahaf
2023-08-03
reverseproxy: Fix hijack ordering which broke websockets (#5679)
WeidiDeng
2023-08-02
caddyhttp: Make use of `http.ResponseController` (#5654)
Francis Lavoie
2023-08-01
reverseproxy: Connection termination cleanup (#5663)
mmm444
2023-07-25
reverseproxy: Export ipVersions type (#5648)
Omar Ramadan
2023-07-21
go.mod: Update quic-go to v0.37.0, bump to Go 1.20 minimum (#5644)
Marten Seemann
2023-07-11
caddytls: Reuse certificate cache through reloads (#5623)
Matt Holt
2023-07-08
reverseproxy: Pointer receiver
Matthew Holt
2023-06-22
reverseproxy: Honor `tls_except_port` for active health checks (#5591)
Francis Lavoie
2023-06-20
reverseproxy: weighted_round_robin load balancing policy (#5579)
Saber Haj Rabiee
2023-06-19
reverseproxy: Experimental streaming timeouts (#5567)
mmm444
2023-06-12
reverseproxy: Fix parsing of source IP in case it's an ipv6 address (#5569)
Corin Langosch
2023-05-15
reverseproxy: Expand port ranges to multiple upstreams in CLI + Caddyfile (#5...
Francis Lavoie
2023-05-05
reverseproxy: Optimize base case for least_conn and random_choose policies (#...
Francis Lavoie
2023-05-05
reverseproxy: Fix active health check header canonicalization, refactor (#5446)
Francis Lavoie
2023-05-05
reverseproxy: Add `fallback` for some policies, instead of always random (#5488)
Francis Lavoie
2023-05-04
fastcgi: Fix `capture_stderr` (#5515)
eanavitarte
2023-05-03
acmeserver: Configurable `resolvers`, fix smallstep deprecations (#5500)
Francis Lavoie
2023-04-27
logging: Add traceID field to access logs when tracing is active (#5507)
Dave Henderson
2023-04-25
reverseproxy: Fix reinitialize upstream healthy metrics (#5498)
Y.Horie
2023-04-20
caddyfile: Stricter parsing, error for brace on new line (#5505)
Francis Lavoie
2023-04-10
reverseproxy: Remove deprecated `lookup_srv` (#5396)
Francis Lavoie
2023-04-04
reverseproxy: Add `query` and `client_ip_hash` lb policies (#5468)
Francis Lavoie
2023-03-31
proxyprotocol: Add PROXY protocol support to `reverse_proxy`, add HTTP listen...
Corin Langosch
2023-03-31
reverseproxy: Add mention of which half a copyBuffer err comes from (#5472)
Francis Lavoie
2023-03-27
log: Make sink logs encodable (#5441)
Mohammed Al Sahaf
2023-03-27
caddytls: Eval replacer on automation policy subjects (#5459)
Francis Lavoie
2023-03-27
reverseproxy: Header up/down support for CLI command (#5460)
Francis Lavoie
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
[next]