Cleaner indentation for 'nginx_extra_options'

pull/36/head
cmacrae 8 years ago
parent fe55597334
commit cd5e355707
  1. 2
      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 %}