From 1fac3e58b3f0a80e58ff7a70c92ec96349f55787 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Wed, 10 Jan 2018 11:24:09 +0100 Subject: [PATCH] Fix indentation in commented example --- ejabberd.yml.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index df5da35e0..4ff2835dc 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -127,9 +127,9 @@ hosts: ## define_macro: ## 'TLS_CIPHERS': "HIGH:!aNULL:!eNULL:!3DES:@STRENGTH" ## 'TLS_OPTIONS': -## - "no_sslv3" -## - "cipher_server_preference" -## - "no_compression" +## - "no_sslv3" +## - "cipher_server_preference" +## - "no_compression" ## 'DH_FILE': "/path/to/dhparams.pem" # generated with: openssl dhparam -out dhparams.pem 2048 ## ## c2s_dhfile: 'DH_FILE'