This commit is contained in:
2025-10-01 21:25:24 +08:00
parent a917bbc936
commit 34fce9e552

View File

@@ -47,7 +47,7 @@ server {
# 视频流代理HTTP-FLVbackend使用host网络暴露10083端口
location /live {
proxy_pass http://127.0.0.1:10083;
proxy_pass http://127.0.0.1:10083/live;
proxy_http_version 1.1;
# 重要:禁用所有缓冲,实时传输视频流