From 7d53840f5e39403888ef3b3ac74698fad4267d09 Mon Sep 17 00:00:00 2001 From: danielqsj Date: Tue, 22 Aug 2017 16:44:33 +0800 Subject: [PATCH] Add document for option bind-address --- controllers/nginx/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/controllers/nginx/configuration.md b/controllers/nginx/configuration.md index 90c1fbc53..59335bca4 100644 --- a/controllers/nginx/configuration.md +++ b/controllers/nginx/configuration.md @@ -434,6 +434,8 @@ The default mime type list to compress is: `application/atom+xml application/jav **add-headers:** Sets custom headers from a configmap before sending traffic to the client. See `proxy-set-headers` [example](https://github.com/kubernetes/ingress/tree/master/examples/customization/custom-headers/nginx) +**bind-address:** Sets the addresses on which the server will accept requests instead of *. + ### Default configuration options The following table shows the options, the default value and a description. @@ -487,6 +489,7 @@ The following table shows the options, the default value and a description. |whitelist-source-range|permit all| |worker-processes|number of CPUs| |limit-conn-zone-variable|$binary_remote_addr| +|bind-address|| ### Websockets