Bläddra i källkod

more messing with suppress newline in jinja

susefix
Kent Shultz 10 år sedan
förälder
incheckning
84d00fd56c
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      nginx/templates/config.jinja

+ 2
- 2
nginx/templates/config.jinja Visa fil

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

Laddar…
Avbryt
Spara