summaryrefslogtreecommitdiff
path: root/listeners_test.go
AgeCommit message (Collapse)Author
2019-10-11reverse_proxy: Allow dynamic backends (closes #990 and #1539)Matthew Holt
This PR enables the use of placeholders in an upstream's Dial address. A Dial address must represent precisely one socket after replacements. See also #998 and #1639.
2019-09-05Reconcile upstream dial addresses and request host/URL informationMatthew Holt
My goodness that was complicated Blessed be request.Context Sort of
2019-07-08Move listen address functions into caddy package; fix unix bugMatthew Holt