瀏覽代碼

Merge pull request #74 from shieldwed/nginxconf_indent

format nginx_extra_http_options with indent
Jeff Geerling 9 年之前
父節點
當前提交
8c8da64495
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      templates/nginx.conf.j2

+ 1 - 1
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 %}