Jelajahi Sumber

Cleaner indentation for 'nginx_extra_options'

cmacrae 10 tahun lalu
induk
melakukan
cd5e355707
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 %}