mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-09 19:48:28 +00:00
fix: OnDemand ratelimit config isn't handled properly (#124)
This commit is contained in:
parent
d385fc4741
commit
4c700115b6
@ -21,9 +21,9 @@ type ConfigMapOptions struct {
|
||||
ProxyProtocol bool `json:"proxyProtocol,omitempty"`
|
||||
Metrics bool `json:"metrics,omitempty"`
|
||||
OnDemandTLS bool `json:"onDemandTLS,omitempty"`
|
||||
OnDemandRateLimitInterval caddy.Duration `json:"onDemandTLSRateLimitInterval,omitempty"`
|
||||
OnDemandRateLimitBurst int `json:"onDemandTLSRateLimitBurst,omitempty"`
|
||||
OnDemandAsk string `json:"onDemandTLSAsk,omitempty"`
|
||||
OnDemandRateLimitInterval caddy.Duration `json:"onDemandRateLimitInterval,omitempty"`
|
||||
OnDemandRateLimitBurst int `json:"onDemandRateLimitBurst,omitempty"`
|
||||
OnDemandAsk string `json:"onDemandAsk,omitempty"`
|
||||
OCSPCheckInterval caddy.Duration `json:"ocspCheckInterval,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user