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
/
reverseproxy.go
Age
Commit message (
Expand
)
Author
2021-08-12
reverseproxy: Incorporate latest proxy changes from stdlib (#4266)
Francis Lavoie
2021-06-15
reverseproxy: Fix overwriting of max_idle_conns_per_host (closes #4201)
Matthew Holt
2021-06-04
reverseproxy: Always remove hop-by-hop headers
Matthew Holt
2021-05-12
reverseproxy: Set the headers in the replacer before `handle_response` (#4165)
Francis Lavoie
2021-05-05
reverseproxy: Minor logging improvements
Matthew Holt
2021-05-02
reverseproxy: Add `handle_response` blocks to `reverse_proxy` (#3710) (#4021)
Francis Lavoie
2021-03-29
reverseproxy: Implement health_uri, deprecate health_path, supports query (#4...
Francis Lavoie
2021-02-25
reverseproxy: Fix round robin data race (#4038)
Matthew Holt
2021-02-22
reverseproxy: Add duration/latency placeholders (close #4012) (#4013)
Matt Holt
2021-02-09
reverseproxy: Response buffering & configurable buffer size
Matthew Holt
2020-11-25
reverseproxy: Handle "operation was canceled" errors (#3816)
Daniel Santos
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-20
reverseproxy: Implement cookie hash selection policy (#3809)
Dimitri Masson
2020-10-13
reverseproxy: Fix dial placeholders, SRV, active health checks (#3780)
Matt Holt
2020-10-01
reverseproxy: allow no port for SRV; fix regression in d55d50b (#3756)
Mohammed Al Sahaf
2020-10-01
reverseproxy: Change 500 error to 502 for lookup_srv config (#3771)
Aleksei
2020-09-17
reverseproxy: Correct alternate port for active health checks (#3693)
Mohammed Al Sahaf
2020-09-16
reverseproxy: Enforce port range size of 1 at provision (#3695)
Mohammed Al Sahaf
2020-08-07
reverseproxy: Minor fixes and cleanup
Matthew Holt
2020-08-03
reverse_proxy: fix bidirectional streams with encodings (fix #3606) (#3620)
Kevin Lin
2020-07-20
reverse_proxy: flush HTTP/2 response when ContentLength is unknown (#3561)
Kevin Lin
2020-07-17
reverseproxy: Restore request's original host and header (fix #3509)
Matthew Holt
2020-06-04
reverseproxy: Enable changing only the status code (close #2920)
Matthew Holt
2020-05-27
reverseproxy: Pool copy buffers (minor optimization)
Matthew Holt
2020-05-27
reverseproxy: Enable response interception (#1447, #2920)
Matthew Holt
2020-05-20
reverseproxy: Don't overwrite existing X-Forwarded-Proto header
Matthew Holt
2020-05-18
reverseproxy: Make debug log safe if error occurs
Matthew Holt
2020-05-18
reverseproxy: Emit debug log before checking error (#3425)
Matthew Holt
2020-05-13
reverseproxy: Apply response header ops before copying it (fix #3382) (#3401)
Matt Holt
2020-04-22
reverseproxy: Don't forget to provision embedded headers handler
Matthew Holt
2020-04-21
reverseproxy: always set req.URL.Host with upstream (#3297)
westwin
2020-04-17
reverseproxy: Set X-Forwarded-Proto (closes #3275) (#3276)
Matt Holt
2020-04-07
reverseproxy: Remove NTLM transport; refactor and improve docs
Matthew Holt
2020-03-30
Keep type information with placeholders until replacements happen
Matthew Holt
2020-03-27
reverse_proxy: Upstream.String() method returns either LookupSRV or Dial
Matthew Holt
2020-03-24
reverse_proxy: Add support for SRV backends (#3180)
Matt Holt
2020-03-20
reverseproxy: Add Alt-Svc to Hop-by-hop headers list (#3159)
Paolo Barbolini
2020-02-23
reverse_proxy: Health checks: Don't cross the streams
Matthew Holt
2020-01-09
http: Change routes to sequential matcher evaluation (#2967)
Matt Holt
2019-12-29
Improve docs, especially w.r.t. placeholders and template actions
Matthew Holt
2019-12-29
Export Replacer and use concrete type instead of interface
Matthew Holt
2019-12-23
Improve godocs all around
Matthew Holt
2019-12-12
Minor improvements; comments and shorter placeholders & module IDs
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-12-04
Fix misspellings (#2908)
lu4p
2019-11-15
reverse_proxy: Allow buffering of client requests
Matthew 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
reverse_proxy: Structured logs
Matthew Holt
2019-10-28
v2: Logging! (#2831)
Matt Holt
[next]