From 1273479d8b6a8e0b740437fa91f424fa3f26ca45 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Mon, 29 Jan 2018 22:10:05 -0600 Subject: [PATCH] Fix comment --- internal/ingress/controller/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ingress/controller/config/config.go b/internal/ingress/controller/config/config.go index 0128f0e69..e45e8d2ce 100644 --- a/internal/ingress/controller/config/config.go +++ b/internal/ingress/controller/config/config.go @@ -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"`