initial IPv6 support

This commit is contained in:
chandi
2020-07-12 19:15:40 +02:00
parent ad6075b6ca
commit 060f08e68c
9 changed files with 38 additions and 24 deletions

View File

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