Fix nginx_vhosts comment

The key used in the vhosts.j2 template is extra_parameters.
This commit is contained in:
Eriksen Costa 2015-05-12 17:18:50 -03:00
parent 14765e52bf
commit c9ab6ef7e7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ nginx_vhosts: []
# # Properties that are only added if defined:
# error_page: "",
# access_log: "",
# extra_config: "" # Can be used to add extra config blocks (multiline).
# extra_parameters: "" # Can be used to add extra config blocks (multiline).
# }
nginx_upstreams: []