Skip to content

Commit

Permalink
[docs] fix url of default ssl-ciphers
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Dec 23, 2017
1 parent 72fea25 commit 240e9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The following parameters are supported:
|`[0]`|[`load-server-state`](#load-server-state) (experimental)|[true\|false]|`false`|
||[`max-connections`](#max-connections)|number|`2000`|
||[`proxy-body-size`](#proxy-body-size)|number of bytes|unlimited|
||[`ssl-ciphers`](#ssl-ciphers)|colon-separated list|[link to code](https://github.com/jcmoraisjr/haproxy-ingress/blob/master/pkg/controller/config.go#L34)|
||[`ssl-ciphers`](#ssl-ciphers)|colon-separated list|[link to code](https://github.com/jcmoraisjr/haproxy-ingress/blob/v0.4/pkg/controller/config.go#L35)|
||[`ssl-dh-default-max-size`](#ssl-dh-default-max-size)|number|`1024`|
||[`ssl-dh-param`](#ssl-dh-param)|namespace/secret name|no custom DH param|
|`[0]`|[`ssl-headers-prefix`](#ssl-headers-prefix)|prefix|`X-SSL`|
Expand Down

0 comments on commit 240e9bf

Please sign in to comment.