From 72f37710ccded7606c3fd19a555b64389e031d56 Mon Sep 17 00:00:00 2001 From: prandla Date: Mon, 9 Jun 2025 01:45:18 +0300 Subject: [PATCH] Set RankingWeb listen address to "" in sample config Also set AWS listen address to "" for consistency. --- config/cms.conf.sample | 2 +- config/cms.ranking.conf.sample | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/cms.conf.sample b/config/cms.conf.sample index 26da6712a2..85c167432e 100644 --- a/config/cms.conf.sample +++ b/config/cms.conf.sample @@ -142,7 +142,7 @@ "_help": "Listening HTTP address and port for the AWS. If you access", "_help": "it through a proxy running on the same host you could put", "_help": "127.0.0.1 here for additional security.", - "admin_listen_address": "0.0.0.0", + "admin_listen_address": "", "admin_listen_port": 8889, "_help": "Login cookie duration for admins in seconds.", diff --git a/config/cms.ranking.conf.sample b/config/cms.ranking.conf.sample index 558647cf34..b9a1acf36e 100644 --- a/config/cms.ranking.conf.sample +++ b/config/cms.ranking.conf.sample @@ -2,8 +2,10 @@ "_help": "There is no way to put comments in a JSON file; the", "_help": "fields starting with '_' are meant to be comments.", - "_help": "Listening address for RankingWebServer.", - "bind_address": "127.0.0.1", + "_help": "Listening address for RankingWebServer. If you access", + "_help": "it through a proxy running on the same host you could put", + "_help": "127.0.0.1 here for additional security.", + "bind_address": "", "_help": "Listening port for RankingWebServer.", "http_port": 8890,