Kaynağa Gözat

Cleaner indentation for 'nginx_extra_options'

cmacrae 10 yıl önce
ebeveyn
işleme
cd5e355707
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 %}