Przeglądaj źródła

Move includes to the top of nginx.conf

susefix
Benjamin Neff 7 lat temu
rodzic
commit
5d67b09594
Brak konta powiązanego z adresem e-mail autora
1 zmienionych plików z 4 dodań i 0 usunięć
  1. +4
    -0
      nginx/ng/files/nginx.conf

+ 4
- 0
nginx/ng/files/nginx.conf Wyświetl plik

@@ -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 -%}

Ładowanie…
Anuluj
Zapisz