更新 deployment/nginx.conf
This commit is contained in:
parent
f8372b8de8
commit
25ea623c32
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user