diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-20 10:46:52 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-20 10:46:52 +0100 |
commit | c66ea291fe937a9b1321f5b3d417669b2aafa43b (patch) | |
tree | a995c9bff8aed1a707145f8a35eafffd2421f2c5 | |
parent | 5ffbc1172738e8ee26c934f4a82d2d3bbc3a5b37 (diff) | |
download | khanindexer-c66ea291fe937a9b1321f5b3d417669b2aafa43b.tar.xz khanindexer-c66ea291fe937a9b1321f5b3d417669b2aafa43b.zip |
Prefere localhost instead of all ip by default for better security
-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 |