Procházet zdrojové kódy

more messing with suppress newline in jinja

susefix
Kent Shultz před 10 roky
rodič
revize
84d00fd56c
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      nginx/templates/config.jinja

+ 2
- 2
nginx/templates/config.jinja Zobrazit soubor

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

Načítá se…
Zrušit
Uložit