Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase committed Jan 30, 2018
1 parent 4bc46c0 commit 1273479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/controller/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 1273479

Please sign in to comment.