diff options
-rw-r--r-- | sphinx_search.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |