diff options
Diffstat (limited to '')
-rw-r--r-- | sphinx_search.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sphinx_search.conf b/sphinx_search.conf index 7740000..83947b1 100644 --- a/sphinx_search.conf +++ b/sphinx_search.conf @@ -45,10 +45,7 @@ indexer { } searchd { - # Use this if you want to use python api - listen = 9312 - # Use this if you want to http api - #listen = localhost:8080:http + listen = 0.0.0.0:8080:http query_log = /tmp/query.log binlog_path = /tmp/ read_timeout = 5 |