mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-04-01 11:37:35 +02:00
ipv6: fix for wrong target ipv4
This commit is contained in:
parent
81a024a8e6
commit
d1ed3f7549
@ -1,6 +1,6 @@
|
|||||||
map $remote_addr $freeswitch_addr {
|
map $remote_addr $freeswitch_addr {
|
||||||
"~:" [::1];
|
"~:" [::1];
|
||||||
default 127.0.0.1;
|
default 10.7.7.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
Loading…
Reference in New Issue
Block a user