]> granicus.if.org Git - ejabberd/commitdiff
Fix indentation in commented example
authorChristophe Romain <christophe.romain@process-one.net>
Wed, 10 Jan 2018 10:24:09 +0000 (11:24 +0100)
committerChristophe Romain <christophe.romain@process-one.net>
Wed, 10 Jan 2018 10:24:09 +0000 (11:24 +0100)
ejabberd.yml.example

index df5da35e0d6bef15a28d8a7a0e9212067ed37f7a..4ff2835dc3bfd3f61e7af671a9f13a3ae595b5d7 100644 (file)
@@ -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'