瀏覽代碼

Added default value to the description of ssl_cipher_list.

Mateusz Gralka 9 年之前
父節點
當前提交
e21fe7e7cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/UserManual.md

+ 1 - 1
docs/UserManual.md

@@ -410,7 +410,7 @@ Loads default trusted certificates locations set at openssl compile time.
 ### ssl_forward_secrecy `yes`
 ### ssl_forward_secrecy `yes`
 Enable [forward secrecy](https://en.wikipedia.org/wiki/Forward_secrecy).
 Enable [forward secrecy](https://en.wikipedia.org/wiki/Forward_secrecy).
 
 
-### ssl_cipher_list
+### ssl_cipher_list `ALL`
 List of ciphers, specified in OpenSSL format, to present to the client.
 List of ciphers, specified in OpenSSL format, to present to the client.
 See [this entry](https://www.openssl.org/docs/manmaster/apps/ciphers.html) in OpenSSL documentation for details.
 See [this entry](https://www.openssl.org/docs/manmaster/apps/ciphers.html) in OpenSSL documentation for details.