This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
salt
/
nginx-formula
изданак од
ExternalMirrors/nginx-formula
Прати
1
Волим
0
Креирај огранак
0
Код
Издања
0
Activity
Преглед изворни кода
Move includes to the top of nginx.conf
susefix
Benjamin Neff
пре 7 година
родитељ
15a1291495
комит
5d67b09594
No account linked to committer's email address
1 измењених фајлова
са
4 додато
и
0 уклоњено
Подељен поглед
Покажи статистику Diff
+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 '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…
Откажи
Сачувај