diff options
Diffstat (limited to 'modules/caddyhttp/reverseproxy')
-rw-r--r-- | modules/caddyhttp/reverseproxy/command.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/caddyhttp/reverseproxy/command.go b/modules/caddyhttp/reverseproxy/command.go index 0c67428..0ddb8f2 100644 --- a/modules/caddyhttp/reverseproxy/command.go +++ b/modules/caddyhttp/reverseproxy/command.go @@ -137,6 +137,7 @@ func cmdReverseProxy(fs caddycmd.Flags) (int, error) { } cfg := &caddy.Config{ + Admin: &caddy.AdminConfig{Disabled: true}, AppsRaw: map[string]json.RawMessage{ "http": caddyconfig.JSON(httpApp, nil), }, |