Fix comment
This commit is contained in:
parent
4bc46c022a
commit
1273479d8b
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ type Configuration struct {
|
||||||
// Default: empty
|
// Default: empty
|
||||||
HideHeaders []string `json:"hide-headers"`
|
HideHeaders []string `json:"hide-headers"`
|
||||||
|
|
||||||
// LargeClientHeaderBuffers Sets the status code to return in response to rejected requests.
|
// LimitReqStatusCode Sets the status code to return in response to rejected requests.
|
||||||
// http://nginx.org/en/docs/http/ngx_http_limit_req_module.html#limit_req_status
|
// http://nginx.org/en/docs/http/ngx_http_limit_req_module.html#limit_req_status
|
||||||
// Default: 503
|
// Default: 503
|
||||||
LimitReqStatusCode int `json:"limit-req-status-code"`
|
LimitReqStatusCode int `json:"limit-req-status-code"`
|
||||||
|
|
Loading…
Reference in a new issue