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