Bläddra i källkod

Allow to use load_module without including external files

master
Konrad Mosoń 6 år sedan
förälder
incheckning
f16d800c83
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. +4
    -0
      nginx/ng/files/nginx.conf

+ 4
- 0
nginx/ng/files/nginx.conf Visa fil

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

Laddar…
Avbryt
Spara