aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexandre Perrin <alex@kaworu.ch>2014-01-17 11:07:23 +0100
committerAlexandre Perrin <alex@kaworu.ch>2014-01-17 11:07:23 +0100
commit2c47cda1c4b6275becab3c5c4379b4b636fad915 (patch)
treebdb8aa0e7287a56f5deceea8e036d2a813b468cd /conf
parentf16357c9ac57de02a6f3a2c67774aa4976329d71 (diff)
downloadrspamd-2c47cda1c4b6275becab3c5c4379b4b636fad915.tar.gz
rspamd-2c47cda1c4b6275becab3c5c4379b4b636fad915.zip
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".
Diffstat (limited to 'conf')
-rw-r--r--conf/workers.conf2
1 files changed, 1 insertions, 1 deletions
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 {