修复工作
This commit is contained in:
@@ -56,11 +56,6 @@ server {
|
|||||||
proxy_request_buffering off;
|
proxy_request_buffering off;
|
||||||
proxy_max_temp_file_size 0;
|
proxy_max_temp_file_size 0;
|
||||||
|
|
||||||
# 【关键】设置缓冲区为 0(强制立即转发)
|
|
||||||
proxy_buffer_size 0;
|
|
||||||
proxy_buffers 0 0;
|
|
||||||
proxy_busy_buffers_size 0;
|
|
||||||
|
|
||||||
# 设置超时时间(视频流长连接)
|
# 设置超时时间(视频流长连接)
|
||||||
proxy_connect_timeout 120s;
|
proxy_connect_timeout 120s;
|
||||||
proxy_send_timeout 7200s;
|
proxy_send_timeout 7200s;
|
||||||
|
|||||||
Reference in New Issue
Block a user