瀏覽代碼

Cleaner indentation for 'nginx_extra_options'

cmacrae 9 年之前
父節點
當前提交
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 %}