24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-04 21:27:16 +02:00

Fix example configuration option 'add' to 'append_host_config'

This commit is contained in:
Badlop 2014-01-02 15:03:05 +01:00
parent d03de1bb43
commit 27302fb7ac

View File

@ -599,12 +599,11 @@ modules:
##
## Enable modules with custom options in a specific virtual host
##
## host_config:
## append_host_config:
## "localhost":
## add:
## modules:
## mod_echo:
## host: "mirror.localhost"
## modules:
## mod_echo:
## host: "mirror.localhost"
### Local Variables:
### mode: yaml