Преглед на файлове

Move includes to the top of nginx.conf

susefix
Benjamin Neff преди 7 години
родител
ревизия
5d67b09594
No account linked to committer's email address
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. +4
    -0
      nginx/ng/files/nginx.conf

+ 4
- 0
nginx/ng/files/nginx.conf Целия файл

@@ -32,6 +32,10 @@
#
# This file is managed by Salt.

{% if 'include' in config.keys() %}
{{ nginx_block(config.pop('include'), 'include') }}
{%- endif -%}

{% for key, value in config.items() %}
{{ nginx_block(value, key) }}
{%- endfor -%}

Loading…
Отказ
Запис