Selaa lähdekoodia

more messing with suppress newline in jinja

tags/v0.55.0
Kent Shultz 10 vuotta sitten
vanhempi
commit
84d00fd56c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      nginx/templates/config.jinja

+ 2
- 2
nginx/templates/config.jinja Näytä tiedosto

@@ -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;

Loading…
Peruuta
Tallenna