Skip to content

Commit

Permalink
hotfix(config) minor corrections in default config template
Browse files Browse the repository at this point in the history
  • Loading branch information
p0pr0ck5 committed May 25, 2017
1 parent c74d8e9 commit 37f3d1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kong.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 37f3d1b

Please sign in to comment.