From cd5e355707d37f564fc94a1df34064a63bb45d6b Mon Sep 17 00:00:00 2001 From: cmacrae Date: Tue, 22 Dec 2015 16:21:16 +0000 Subject: [PATCH] Cleaner indentation for 'nginx_extra_options' --- templates/nginx.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}