more messing with suppress newline in jinja

This commit is contained in:
Kent Shultz 2014-05-29 14:15:24 -07:00
parent 8f894ea6e6
commit 84d00fd56c

View File

@ -19,7 +19,7 @@ events {
{% set use = nginx.get('events', {}).get('use', '') -%}
{% if use -%}
use {{ use }};
{% endif -%}
{% endif %}
}
http {
@ -62,7 +62,7 @@ http {
access_log off;
}
{% endif -%}
{% endif -%}
{% endif %}
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*.conf;