Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-11-24 19:17:48 +0300
committerChristophe Romain <christophe.romain@process-one.net>2017-11-24 19:17:48 +0300
commitcf8e70abc8f433ae653159b8aa54206dd2ca4edf (patch)
tree72197c7832a232e82ad037356b0488e2a58949bb /ejabberd.yml.example
parent5676adff3023c905b36ee9a0f8f062f492ce4b94 (diff)
Fix minor typo in comment
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index e178e956d..3931a0a43 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -126,7 +126,7 @@ hosts:
## - "no_sslv3"
## - "cipher_server_preference"
## - "no_compression"
-## 'DHFILE': "/path/to/dhparams.pem" # generated with: openssl dhparam -out dhparams.pem 2048
+## 'DH_FILE': "/path/to/dhparams.pem" # generated with: openssl dhparam -out dhparams.pem 2048
##
## c2s_dhfile: 'DH_FILE'
## s2s_dhfile: 'DH_FILE'