Skip to content

Commit 3351649

Browse files
authored
Listen on IPv4 only by default.
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 cd41a7a commit 3351649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)