From 25ea623c320d6033a7c91aea20f312927f8b8b75 Mon Sep 17 00:00:00 2001 From: loveuer Date: Tue, 24 Jun 2025 18:01:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20deployment/nginx.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/nginx.conf b/deployment/nginx.conf index b417480..f19f5dd 100644 --- a/deployment/nginx.conf +++ b/deployment/nginx.conf @@ -15,7 +15,6 @@ server { location /ushare { proxy_pass http://localhost:9119; - const rtc = new RTCPeerConnection({iceServers: [{urls: "stun:stun.qq.com:3478"}]}) proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;