Skip to content

Commit

Permalink
add namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ab14-tech committed Jan 24, 2025
1 parent d2762c8 commit be406bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/caddyhttp/reverseproxy/healthchecks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit be406bc

Please sign in to comment.