From 37f3d1b356c9fb27cd664d7f4a3a42d7f086f6ef Mon Sep 17 00:00:00 2001 From: Robert Paprocki Date: Wed, 24 May 2017 18:36:01 -0700 Subject: [PATCH] hotfix(config) minor corrections in default config template --- kong.conf.default | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kong.conf.default b/kong.conf.default index aefaeb8742b9..06e17beade21 100644 --- a/kong.conf.default +++ b/kong.conf.default @@ -112,16 +112,16 @@ # settings will be ignored. #ssl_cipher_suite = modern # Defines the TLS ciphers served by Nginx. - # Accepted values are 'modern', 'intermediate', - # 'old', or 'custom'. + # Accepted values are `modern`, `intermediate`, + # `old`, or `custom`. # Note: See https://wiki.mozilla.org/Security/Server_Side_TLS for detailed # descriptions of each cipher suite. #ssl_ciphers = # Defines a custom list of TLS ciphers to be # served by Nginx. This list must conform to # the pattern defined by `openssl ciphers`. - # This value is ignored if `ssl_ciphers_suite` - # is not 'custom'. + # This value is ignored if `ssl_cipher_suite` + # is not `custom`. #ssl_cert = # If `ssl` is enabled, the absolute path to # the SSL certificate for the @@ -131,7 +131,7 @@ # the SSL key for the `proxy_listen_ssl` # address. -#client_ssl = on # Determines if Nginx should send client-side +#client_ssl = off # Determines if Nginx should send client-side # SSL certificates when proxying requests. #client_ssl_cert = # If `client_ssl` is enabled, the absolute path