Add document for option bind-address
This commit is contained in:
parent
c457ecd053
commit
7d53840f5e
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
**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
|
### Default configuration options
|
||||||
|
|
||||||
The following table shows the options, the default value and a description.
|
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|
|
|whitelist-source-range|permit all|
|
||||||
|worker-processes|number of CPUs|
|
|worker-processes|number of CPUs|
|
||||||
|limit-conn-zone-variable|$binary_remote_addr|
|
|limit-conn-zone-variable|$binary_remote_addr|
|
||||||
|
|bind-address||
|
||||||
|
|
||||||
### Websockets
|
### Websockets
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue