Cleaner indentation for 'nginx_extra_options'

pull/36/head
cmacrae 9 years ago
parent fe55597334
commit cd5e355707
  1. 2
      templates/nginx.conf.j2

@ -37,7 +37,7 @@ http {
{% endif %} {% endif %}
{% if nginx_extra_options %} {% if nginx_extra_options %}
{{ nginx_extra_options }} {{ nginx_extra_options }}
{% endif %} {% endif %}
{% for upstream in nginx_upstreams %} {% for upstream in nginx_upstreams %}