t4est
This commit is contained in:
parent
dcd5f26fb5
commit
7e1e259bbe
|
|
@ -82,7 +82,7 @@ forwarded_ip_header=
|
||||||
keepAliveSecond=30
|
keepAliveSecond=30
|
||||||
maxReqSize=40960
|
maxReqSize=40960
|
||||||
notFound=<html><head><title>404 Not Found</title></head><body bgcolor="white"><center><h1>您访问的资源不存在!</h1></center><hr><center>ZLMediaKit(git hash:8ccb4e9/%aI,branch:master,build time:2024-11-07T10:34:19)</center></body></html>
|
notFound=<html><head><title>404 Not Found</title></head><body bgcolor="white"><center><h1>您访问的资源不存在!</h1></center><hr><center>ZLMediaKit(git hash:8ccb4e9/%aI,branch:master,build time:2024-11-07T10:34:19)</center></body></html>
|
||||||
port=80
|
port=8778
|
||||||
rootPath=./www
|
rootPath=./www
|
||||||
sendBufSize=65536
|
sendBufSize=65536
|
||||||
sslport=443
|
sslport=443
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ media:
|
||||||
id: polaris
|
id: polaris
|
||||||
# ZLM 内网IP (Docker内部服务名)
|
# ZLM 内网IP (Docker内部服务名)
|
||||||
ip: ${ZLM_HOST:polaris-media}
|
ip: ${ZLM_HOST:polaris-media}
|
||||||
http-port: 80
|
http-port: 8778
|
||||||
# 返回流地址时的ip (来自 .env: Stream_IP)
|
# 返回流地址时的ip (来自 .env: Stream_IP)
|
||||||
stream-ip: ${Stream_IP:127.0.0.1}
|
stream-ip: ${Stream_IP:127.0.0.1}
|
||||||
# wvp在国标信令中使用的ip (来自 .env: SDP_IP)
|
# wvp在国标信令中使用的ip (来自 .env: SDP_IP)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue