]> granicus.if.org Git - ejabberd/commitdiff
Fix example config macro names
authorLicaon_Kter <licaon-kter@users.noreply.github.com>
Sat, 13 Jan 2018 21:38:01 +0000 (21:38 +0000)
committerGitHub <noreply@github.com>
Sat, 13 Jan 2018 21:38:01 +0000 (21:38 +0000)
These were missed in https://github.com/processone/ejabberd/commit/c26b56679e06ef8b88734030de11c6b885f9bb78#diff-19e0c10699732f76181f70cfbec95d38 I guess.

ejabberd.yml.example

index a2ef80e1630473e808fbfd22aa8320f282e621e5..4fea180e613d85cb5e1e6d6c61621fa6e474ded0 100644 (file)
@@ -257,9 +257,9 @@ listen:
   ##   request_handlers:
   ##     "": mod_http_upload
   ##   tls: true
-  ##   protocol_options: 'TLSOPTS'
-  ##   dhfile: 'DHFILE'
-  ##   ciphers: 'CIPHERS'
+  ##   protocol_options: 'TLS_OPTIONS'
+  ##   dhfile: 'DH_FILE'
+  ##   ciphers: 'TLS_CIPHERS'
 
 ## Disabling digest-md5 SASL authentication. digest-md5 requires plain-text
 ## password storage (see auth_password_format option).