From 87b6cf470baacd659cd20815de2804ae4a31df7f Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 12 Dec 2019 14:31:20 -0700 Subject: Minor improvements; comments and shorter placeholders & module IDs --- modules/caddyhttp/reverseproxy/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddyhttp/reverseproxy/command.go') diff --git a/modules/caddyhttp/reverseproxy/command.go b/modules/caddyhttp/reverseproxy/command.go index e16c4f5..1638d82 100644 --- a/modules/caddyhttp/reverseproxy/command.go +++ b/modules/caddyhttp/reverseproxy/command.go @@ -100,7 +100,7 @@ func cmdReverseProxy(fs caddycmd.Flags) (int, error) { Headers: &headers.Handler{ Request: &headers.HeaderOps{ Set: http.Header{ - "Host": []string{"{http.handlers.reverse_proxy.upstream.host}"}, + "Host": []string{"{http.reverse_proxy.upstream.host}"}, }, }, }, -- cgit v1.2.3