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
/
httptransport.go
Age
Commit message (
Expand
)
Author
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-10-30
reverseproxy: Add max_idle_conns_per_host; fix godocs (#3829)
Francis Lavoie
2020-10-13
reverseproxy: Fix dial placeholders, SRV, active health checks (#3780)
Matt Holt
2020-09-17
reverseproxy: Correct alternate port for active health checks (#3693)
Mohammed Al Sahaf
2020-07-18
reverseproxy: add support for custom DNS resolver (#3479)
Mohammed Al Sahaf
2020-05-05
pki: Embedded ACME server (#3198)
Matt Holt
2020-05-05
httpserver: Add experimental H2C support (#3289)
Matt Holt
2020-04-09
reverseproxy: Minor tweaks
Matthew Holt
2020-04-07
reverseproxy: Remove NTLM transport; refactor and improve docs
Matthew Holt
2020-01-22
reverseproxy: Fix casing of RootCAPEMFiles
Matthew Holt
2020-01-09
http: Change routes to sequential matcher evaluation (#2967)
Matt Holt
2020-01-07
reverse_proxy: Add tls_trusted_ca_certs to Caddyfile (#2936)
Zaq? Wiedmann
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-05
reverse_proxy: Add support for NTLM
Matthew Holt
2019-11-05
reverse_proxy: Make HTTP versions configurable, don't set NextProtos
Matthew Holt
2019-10-29
proxy: Forgot to commit import
Matthew Holt
2019-10-29
proxy: Enable HTTP/2 on transport to backend
Matthew Holt
2019-10-10
reverse_proxy: Customize SNI value in upstream request (closes #2483)
Matthew Holt
2019-10-05
reverse_proxy: Implement retry_match; by default only retry GET requests
Matthew Holt
2019-09-14
reverse_proxy: Close idle connections on module unload
Matthew Holt
2019-09-05
fastcgi: Set default root path; add interface guards
Matthew Holt
2019-09-05
Reconcile upstream dial addresses and request host/URL information
Matthew Holt
2019-09-03
Some cleanup and godoc
Matthew Holt
2019-09-03
reverse_proxy: Implement remaining TLS config for proxy to backend
Matthew Holt
2019-09-02
reverse_proxy: WIP refactor and support for FastCGI
Matthew Holt