summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/matchers.go
diff options
context:
space:
mode:
authorMatt Holt <mholt@users.noreply.github.com>2020-03-24 10:53:53 -0600
committerGitHub <noreply@github.com>2020-03-24 10:53:53 -0600
commite02117cb8a2b0b6dbd3dbb1de4d1569ff63ca617 (patch)
treea8008200912b63d53cad356a83b5a912b7abe112 /modules/caddyhttp/matchers.go
parent95b2863df2718722a9addd93ac1e88f4debc5235 (diff)
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)
Diffstat (limited to 'modules/caddyhttp/matchers.go')
-rw-r--r--modules/caddyhttp/matchers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/matchers.go b/modules/caddyhttp/matchers.go
index 043831f..81fc396 100644
--- a/modules/caddyhttp/matchers.go
+++ b/modules/caddyhttp/matchers.go
@@ -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