aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Khramtsov <xramtsov@gmail.com>2018-01-14 09:54:22 +0300
committerGitHub <noreply@github.com>2018-01-14 09:54:22 +0300
commitd2427c98c3f02c47714d70f036b4db37e6833d08 (patch)
tree834d1899a46271c2cd43c4a1d695098230e2ba1c
parentImprove logging of failed s2s EXTERNAL authentication (diff)
parentFix example config macro names (diff)
Merge pull request #2221 from licaon-kter/patch-1
Fix example config macro names
Diffstat (limited to '')
-rw-r--r--ejabberd.yml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index a2ef80e16..4fea180e6 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -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).