mirror of
https://gitee.com/270580156/weiyu.git
synced 2025-12-30 10:52:26 +00:00
update
This commit is contained in:
@@ -11,8 +11,8 @@ server {
|
||||
|
||||
# SIP over WebSocket Secure (SIP/WSS)
|
||||
location /ws {
|
||||
# Terminate TLS at nginx and proxy to FreeSWITCH WS (5066)
|
||||
proxy_pass http://freeswitch_ws;
|
||||
# Terminate TLS at nginx and proxy to FreeSWITCH WSS (7443)
|
||||
proxy_pass https://freeswitch_wss;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
||||
Reference in New Issue
Block a user