Переглянути джерело

Merge pull request #157 from SuperTux88/nginx-conf-include

Move includes to the top of nginx.conf
susefix
Javier Bértoli 7 роки тому
джерело
коміт
240bd8348a
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 -%}

Завантаження…
Відмінити
Зберегти