From: Alexandre Perrin Date: Fri, 17 Jan 2014 10:07:23 +0000 (+0100) Subject: workers.conf: controller listen to localhost instead of 127.0.0.1 X-Git-Tag: 0.7.0~477^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F24%2Fhead;p=rspamd.git workers.conf: controller listen to localhost instead of 127.0.0.1 the rspamc controller default host is "localhost" and using by default 127.0.0.1 for rspamd controller is an issue on hosts using IPv6 as "localhost". --- diff --git a/conf/workers.conf b/conf/workers.conf index 1d8e0df90..b6cae0e56 100644 --- a/conf/workers.conf +++ b/conf/workers.conf @@ -9,7 +9,7 @@ worker { } worker { type = "controller"; - bind_socket = "127.0.0.1:11334"; + bind_socket = "localhost:11334"; count = 1; } worker {