更新 deployment/nginx.conf

This commit is contained in:
loveuer 2025-06-24 18:01:09 +08:00
parent f8372b8de8
commit 25ea623c32

View File

@ -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;