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