Fix comment

This commit is contained in:
Anish Ramasekar 2018-01-29 22:10:05 -06:00
parent 4bc46c022a
commit 1273479d8b
No known key found for this signature in database
GPG key ID: 649FAC6DAB39EA54

View file

@ -468,7 +468,7 @@ type Configuration struct {
// Default: empty
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
// Default: 503
LimitReqStatusCode int `json:"limit-req-status-code"`