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
1 changed files with 4 additions and 5 deletions

View File

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