diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index 38bf0cd..cedfd72 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -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 %}