Merge pull request #74 from shieldwed/nginxconf_indent

format nginx_extra_http_options with indent
This commit is contained in:
Jeff Geerling 2016-11-23 09:35:09 -06:00 committed by GitHub
commit 8c8da64495

View File

@ -42,7 +42,7 @@ http {
{% endif %}
{% if nginx_extra_http_options %}
{{ nginx_extra_http_options }}
{{ nginx_extra_http_options|indent(4, False) }}
{% endif %}
{% for upstream in nginx_upstreams %}