From 0d46fa4d03acbbec4c5d6d0ab5e6743e8ac4f1c9 Mon Sep 17 00:00:00 2001 From: Daniel Hunter Date: Tue, 19 Sep 2017 13:25:07 -0700 Subject: [PATCH] Add missing whitespace line between items Add a whitespace line for improved readability. --- controllers/nginx/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/nginx/configuration.md b/controllers/nginx/configuration.md index 315d0e0a9..17299ba9d 100644 --- a/controllers/nginx/configuration.md +++ b/controllers/nginx/configuration.md @@ -316,6 +316,7 @@ In NGINX this feature is implemented by the third party module [nginx-sticky-mod ### **Allowed parameters in configuration ConfigMap** **proxy-body-size:** Sets the maximum allowed size of the client request body. See NGINX [client_max_body_size](http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size). + **custom-http-errors:** Enables which HTTP codes should be passed for processing with the [error_page directive](http://nginx.org/en/docs/http/ngx_http_core_module.html#error_page). Setting at least one code also enables [proxy_intercept_errors](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_intercept_errors) which are required to process error_page.