diff --git a/nginx/ng/files/nginx.conf b/nginx/ng/files/nginx.conf index 05d8f01..e32edea 100644 --- a/nginx/ng/files/nginx.conf +++ b/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 -%}