Minor improvements; comments and shorter placeholders & module IDs

This commit is contained in:
Matthew Holt
2019-12-12 14:31:20 -07:00
parent f935458e3e
commit 87b6cf470b
7 changed files with 19 additions and 15 deletions

View File

@ -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}"},
},
},
},