Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-07-27 15:04:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
abef0296105d538c0f79661bed9e5a496f1a5920
abef0296
1 parent
e5e0c4a6
refine full conf
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
16 行增加
和
13 行删除
trunk/conf/full.conf
trunk/conf/full.conf
查看文件 @
abef029
...
...
@@ -43,6 +43,9 @@ max_connections 1000;
# default: on
daemon
on
;
#############################################################################################
# heartbeat/stats sections
#############################################################################################
# heartbeat to api server
# @remark, the ip report to server, is retrieve from system stat,
# which need the config item stats.network_device_index.
...
...
@@ -74,6 +77,19 @@ heartbeat {
summaries
off
;
}
# system statistics section.
# the main cycle will retrieve the system stat,
# for example, the cpu/mem/network/disk-io data,
# the http api, for instance, /api/v1/summaries will show these data.
# @remark the heartbeat depends on the network_device_index,
# for example, the eth0 maybe the device which index is 0.
stats
{
# the index of device ip.
# we may retrieve more than one network device.
# default: 0
network_device_index
0
;
}
#############################################################################################
# HTTP sections
#############################################################################################
...
...
@@ -114,19 +130,6 @@ http_stream {
dir
./
objs
/
nginx
/
html
;
}
# system statistics section.
# the main cycle will retrieve the system stat,
# for example, the cpu/mem/network/disk-io data,
# the http api, for instance, /api/v1/summaries will show these data.
# @remark the heartbeat depends on the network_device_index,
# for example, the eth0 maybe the device which index is 0.
stats
{
# the index of device ip.
# we may retrieve more than one network device.
# default: 0
network_device_index
0
;
}
#############################################################################################
# RTMP/HTTP VHOST sections
#############################################################################################
...
...
请
注册
或
登录
后发表评论