mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 08:03:19 +01: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 {
|
||||
"~:" [::1];
|
||||
default 127.0.0.1;
|
||||
default 10.7.7.1;
|
||||
}
|
||||
|
||||
server {
|
||||
|
Loading…
Reference in New Issue
Block a user