From be406bc4c9089dd586799cd8dbaddfcbed1cdfeb Mon Sep 17 00:00:00 2001 From: ab14-tech <> Date: Fri, 24 Jan 2025 12:19:21 -0500 Subject: [PATCH] add namespace --- modules/caddyhttp/reverseproxy/healthchecks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/caddyhttp/reverseproxy/healthchecks.go b/modules/caddyhttp/reverseproxy/healthchecks.go index 6bf7fd69f63..aed31221255 100644 --- a/modules/caddyhttp/reverseproxy/healthchecks.go +++ b/modules/caddyhttp/reverseproxy/healthchecks.go @@ -93,7 +93,7 @@ type ActiveHealthChecks struct { // Configures the method of transport for the active health checker. // The default transport is the handler's transport - TransportRaw json.RawMessage `json:"transport,omitempty"` + TransportRaw json.RawMessage `json:"transport,omitempty" caddy:"namespace=http.reverse_proxy.health_checks.active.transport inline_key=protocol"` Transport http.RoundTripper `json:"transport,omitempty"` // HTTP headers to set on health check requests.