Merge pull request #1018 from sethpollack/patch-1
add docs for `proxy-set-headers` and `add-headers`
This commit is contained in:
commit
bf5831615b
1 changed files with 4 additions and 0 deletions
|
@ -463,6 +463,10 @@ The default mime type list to compress is: `application/atom+xml application/jav
|
|||
|
||||
**limit-conn-zone-variable:** Sets parameters for a shared memory zone that will keep states for various keys of [limit_conn_zone](http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html#limit_conn_zone). The default of "$binary_remote_addr" variable’s size is always 4 bytes for IPv4 addresses or 16 bytes for IPv6 addresses.
|
||||
|
||||
**proxy-set-headers:** Sets custom headers from a configmap before sending traffic to backends. See [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)
|
||||
|
||||
|
||||
### Default configuration options
|
||||
|
||||
|
|
Loading…
Reference in a new issue