mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
reverse_proxy: Add support for SRV backends (#3180)
* reverse_proxy: Begin SRV lookup support (WIP) * reverse_proxy: Finish adding support for SRV-based backends (#3179)
This commit is contained in:
parent
95b2863df2
commit
e02117cb8a
4 changed files with 78 additions and 29 deletions
|
@ -41,7 +41,7 @@ type (
|
|||
// especially A/AAAA pointed at your server.
|
||||
//
|
||||
// Automatic HTTPS can be
|
||||
// [customized or disabled](/docs/json/apps/http/servers/automatic_https/).
|
||||
// [customized or disabled](/docs/modules/http#servers/automatic_https).
|
||||
MatchHost []string
|
||||
|
||||
// MatchPath matches requests by the URI's path (case-insensitive). Path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue