ソースを参照

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