mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-02 01:33:11 +08:00
Minor improvements; comments and shorter placeholders & module IDs
This commit is contained in:
@ -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}"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user