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