From c66ea291fe937a9b1321f5b3d417669b2aafa43b Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 20 Jan 2019 10:46:52 +0100 Subject: Prefere localhost instead of all ip by default for better security --- sphinx_search.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_search.conf b/sphinx_search.conf index 83947b1..7c5a521 100644 --- a/sphinx_search.conf +++ b/sphinx_search.conf @@ -45,7 +45,7 @@ indexer { } searchd { - listen = 0.0.0.0:8080:http + listen = 127.0.0.1:8080:http query_log = /tmp/query.log binlog_path = /tmp/ read_timeout = 5 -- cgit v1.2.1