Преглед изворни кода

Allow to use load_module without including external files

master
Konrad Mosoń пре 6 година
родитељ
комит
f16d800c83
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 'load_module' in config.keys() %}
{{ nginx_block(config.pop('load_module'), 'load_module') }}
{%- endif -%}

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

Loading…
Откажи
Сачувај