fix namespace

This commit is contained in:
ab14-tech 2025-01-24 12:26:29 -05:00
parent f4bb176184
commit 01831049a3

View File

@ -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" caddy:"namespace=http.reverse_proxy.health_checks.active.transport inline_key=protocol"`
TransportRaw json.RawMessage `json:"transport,omitempty" caddy:"namespace=http.reverse_proxy.transport inline_key=protocol"`
// HTTP headers to set on health check requests.
Headers http.Header `json:"headers,omitempty"`