We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac45e3 commit 066e01eCopy full SHA for 066e01e
.aspell.yml
@@ -52,3 +52,4 @@ allowed:
52
- CORS
53
- dataplaneapi
54
- usr
55
+ - Redispatch
pkg/haproxy/env/defaults.go
@@ -76,10 +76,6 @@ func SetDefaults(defaults *models.Defaults) {
76
// Logging is enforced in DefaultsPushConfiguration method
77
78
// Default values
79
- enabled := "enabled"
80
- if defaults.Redispatch == nil {
81
- defaults.Redispatch = &models.Redispatch{Enabled: &enabled}
82
- }
83
if defaults.Dontlognull == "" {
84
defaults.Dontlognull = "enabled"
85
}
0 commit comments