This commit is contained in:
jack ning
2025-10-11 16:08:55 +08:00
parent dbab0b70a8
commit 583db24d22

View File

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