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 (
Collapse
)
Author
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
See https://caddy.community/t/http-proxy-and-non-get-retries/6304
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
My goodness that was complicated Blessed be request.Context Sort of
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