Make optional redirect to SSL

This commit is contained in:
Manuel de Brito Fontes 2016-04-15 09:35:39 -03:00
parent 102c056b67
commit 5663c725be
2 changed files with 6 additions and 5 deletions

View file

@ -120,6 +120,9 @@ Please follow [test.sh](https://github.com/bprashanth/Ingress/blob/master/exampl
Check the [example](examples/tls/README.md)
### Force HTTPS
By default the controller redirects (301) to HTTPS if there is a TLS Ingress rule. To disable this behavior use `use-hts=false` in the NGINX ConfigMap.
#### Optimizing TLS Time To First Byte (TTTFB)