Ver código fonte

Move includes to the top of nginx.conf

susefix
Benjamin Neff 7 anos atrás
pai
commit
5d67b09594
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      nginx/ng/files/nginx.conf

+ 4
- 0
nginx/ng/files/nginx.conf Ver arquivo

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

Carregando…
Cancelar
Salvar