This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
nginx-formula
forked from
ExternalMirrors/nginx-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Move includes to the top of nginx.conf
susefix
Benjamin Neff
7 years ago
parent
15a1291495
commit
5d67b09594
No account linked to committer's email address
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
+4
-0
nginx/ng/files/nginx.conf
+ 4
- 0
nginx/ng/files/nginx.conf
View File
@@ -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 -%}
Write
Preview
Loading…
Cancel
Save