From 34fce9e55225cda4ab1b9a3fc875e8180b57de5b Mon Sep 17 00:00:00 2001 From: hdka <823267011@qq.com> Date: Wed, 1 Oct 2025 21:25:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rtsp-vue/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtsp-vue/nginx.conf b/rtsp-vue/nginx.conf index be00771..91c46e0 100644 --- a/rtsp-vue/nginx.conf +++ b/rtsp-vue/nginx.conf @@ -47,7 +47,7 @@ server { # 视频流代理(HTTP-FLV,backend使用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; # 重要:禁用所有缓冲,实时传输视频流