doc: update docs and fixed typos (#5821)
This commit is contained in:
parent
c56baf6b15
commit
3402d07ff0
4 changed files with 9 additions and 7 deletions
|
|
@ -101,7 +101,7 @@ $ TAG=<tag> REGISTRY=$USER/ingress-controller make image
|
|||
## Deploying
|
||||
|
||||
There are several ways to deploy the ingress controller onto a cluster.
|
||||
Please check the [deployment guide](./deploy/)
|
||||
Please check the [deployment guide](./deploy/index.md)
|
||||
|
||||
## Testing
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ data:
|
|||
This means that we want a value with boolean values we need to quote the values, like "true" or "false".
|
||||
Same for numbers, like "100".
|
||||
|
||||
"Slice" types (defined below as `[]string` or `[]int` can be provided as a comma-delimited string.
|
||||
"Slice" types (defined below as `[]string` or `[]int`) can be provided as a comma-delimited string.
|
||||
|
||||
## Configuration options
|
||||
|
||||
|
|
@ -444,7 +444,7 @@ Sets the bucket size for the [map variables hash tables](http://nginx.org/en/doc
|
|||
|
||||
## proxy-real-ip-cidr
|
||||
|
||||
If use-proxy-protocol is enabled, proxy-real-ip-cidr defines the default the IP/network address of your external load balancer.
|
||||
If use-forwarded-headers or use-proxy-protocol is enabled, proxy-real-ip-cidr defines the default the IP/network address of your external load balancer.
|
||||
|
||||
## proxy-set-headers
|
||||
|
||||
|
|
@ -508,6 +508,8 @@ The ordering of a ciphersuite is very important because it decides which algorit
|
|||
|
||||
Please check the [Mozilla SSL Configuration Generator](https://mozilla.github.io/server-side-tls/ssl-config-generator/).
|
||||
|
||||
__Note:__ ssl_prefer_server_ciphers directive will be enabled by default for http context.
|
||||
|
||||
## ssl-ecdh-curve
|
||||
|
||||
Specifies a curve for ECDHE ciphers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue