diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index a4cead9..35d66a3 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -37,7 +37,7 @@ http { {% endif %} {% if nginx_extra_options %} - {{ nginx_extra_options }} + {{ nginx_extra_options }} {% endif %} {% for upstream in nginx_upstreams %}