add configuration to disable listening on ipv6

This commit is contained in:
Giancarlo Rubio 2017-03-03 21:58:33 +01:00
parent f1062e07bc
commit 63b5f2f1c5
3 changed files with 13 additions and 6 deletions

View file

@ -242,6 +242,9 @@ Example usage: `custom-http-errors: 404,415`
**disable-access-log:** Disables the Access Log from the entire Ingress Controller. This is 'false' by default.
**disable-ipv6:** Disable listening on IPV6. This is 'false' by default.
**enable-dynamic-tls-records:** Enables dynamically sized TLS records to improve time-to-first-byte. Enabled by default. See [CloudFlare's blog](https://blog.cloudflare.com/optimizing-tls-over-tcp-to-reduce-latency) for more information.