1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00
caddy/modules/caddyhttp/reverseproxy
Matthew Holt 14f9662f9c
Various fixes/tweaks to HTTP placeholder variables and file matching
- Rename http.var.* -> http.vars.* to be more consistent
- Prefixing a path matcher with * now invokes simple suffix matching
- Handlers and matchers that need a root path default to {http.vars.root}
- Clean replacer output on the file matcher's file selection suffix
2019-09-06 12:36:45 -06:00
..
fastcgi Various fixes/tweaks to HTTP placeholder variables and file matching 2019-09-06 12:36:45 -06:00
healthchecks.go Reconcile upstream dial addresses and request host/URL information 2019-09-05 13:14:39 -06:00
hosts.go Reconcile upstream dial addresses and request host/URL information 2019-09-05 13:14:39 -06:00
httptransport.go fastcgi: Set default root path; add interface guards 2019-09-05 13:42:20 -06:00
reverseproxy.go Reconcile upstream dial addresses and request host/URL information 2019-09-05 13:14:39 -06:00
selectionpolicies.go Some cleanup and godoc 2019-09-03 16:56:09 -06:00
selectionpolicies_test.go reverse_proxy: WIP refactor and support for FastCGI 2019-09-02 22:01:02 -06:00
streaming.go Some cleanup and godoc 2019-09-03 16:56:09 -06:00