integrate workaround for freeswitch ssl bug #9667

08df6bc789
This commit is contained in:
chandi
2020-12-22 01:11:05 +01:00
parent c5b21c7f89
commit 81e1707364
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
location /ws {
proxy_pass https://$freeswitch_addr:7443;
proxy_pass http://$freeswitch_addr:5066;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";