This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ExternalMirrors
/
nginx-formula
镜像来自
https://github.com/saltstack-formulas/nginx-formula
關註
1
收藏
0
複製
1
程式碼
問題管理
0
版本發佈
34
Wiki
Activity
瀏覽代碼
Merge pull request
#86
from stromnet/master
RedHat uses /var/run, not /run
tags/v0.55.0
puneet kandhari
9 年之前
父節點
126169fea1
f0d2281525
當前提交
be35b6dd52
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
顯示文件統計
+1
-1
nginx/ng/map.jinja
+ 1
- 1
nginx/ng/map.jinja
查看文件
@@ -24,7 +24,7 @@
'vhost_available': '/etc/nginx/conf.d',
'vhost_enabled': '/etc/nginx/conf.d',
'vhost_use_symlink': False,
'pid_file': '/run/nginx.pid',
'pid_file': '/
var/
run/nginx.pid',
},
'Suse': {
'package': 'nginx',
Write
Preview
Loading…
取消
儲存