Skip to content

Commit 0723a47

Browse files
authored
Listen on IPv4 only by default. (#1299)
Listening on the empty address allows connections on both ipv4 and ipv6 and AdminWebServer gets confused about the IP change caused by i.e. nginx.
1 parent 8aa748c commit 0723a47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/cms.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"_help": "Listening HTTP address and port for the AWS. If you access",
141141
"_help": "it through a proxy running on the same host you could put",
142142
"_help": "127.0.0.1 here for additional security.",
143-
"admin_listen_address": "",
143+
"admin_listen_address": "0.0.0.0",
144144
"admin_listen_port": 8889,
145145

146146
"_help": "Login cookie duration for admins in seconds.",

0 commit comments

Comments
 (0)