ソースを参照

more messing with suppress newline in jinja

susefix
Kent Shultz 10年前
コミット
84d00fd56c
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      nginx/templates/config.jinja

+ 2
- 2
nginx/templates/config.jinja ファイルの表示

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

読み込み中…
キャンセル
保存