浏览代码

Cleaner indentation for 'nginx_extra_options'

cmacrae 10 年之前
父节点
当前提交
cd5e355707
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      templates/nginx.conf.j2

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