Do not omit SkipAccessLogHTTPStatuses from json output
This commit is contained in:
parent
2058a26548
commit
dc730c5e40
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ type Backend struct {
|
|||
// The status strings provided are interpreted by an NGINX map as regex
|
||||
// This is useful with statuses like 2xx and 3xx that make "complex" reading the logs
|
||||
// By default this list is empty
|
||||
SkipAccessLogHTTPStatuses []string `json:"skip-access-log-http-statuses,-"`
|
||||
SkipAccessLogHTTPStatuses []string `json:"skip-access-log-http-statuses"`
|
||||
|
||||
// Enables or disables the redirect (301) to the HTTPS port
|
||||
SSLRedirect bool `json:"ssl-redirect"`
|
||||
|
|
Loading…
Reference in a new issue