Do not omit SkipAccessLogHTTPStatuses from json output

This commit is contained in:
Andrew Davidoff 2023-05-05 13:36:53 +00:00 committed by Andrew Davidoff
parent 2058a26548
commit dc730c5e40

View file

@ -111,7 +111,7 @@ type Backend struct {
// The status strings provided are interpreted by an NGINX map as regex // 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 // This is useful with statuses like 2xx and 3xx that make "complex" reading the logs
// By default this list is empty // 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 // Enables or disables the redirect (301) to the HTTPS port
SSLRedirect bool `json:"ssl-redirect"` SSLRedirect bool `json:"ssl-redirect"`