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 次删除
分割檢視
顯示文件統計
+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…
取消
儲存