From be1fd00c5e0d480867dd99297ce0a8e35b4fbcd5 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 19 Mar 2023 15:46:59 +0100 Subject: [PATCH] Add http listening port to manticore configuration --- misc/manticoresearch/manticore.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/manticoresearch/manticore.conf b/misc/manticoresearch/manticore.conf index e6ac2c2ce..a92e781d4 100644 --- a/misc/manticoresearch/manticore.conf +++ b/misc/manticoresearch/manticore.conf @@ -170,6 +170,7 @@ searchd # !*: http://sphinxsearch.com/docs/current.html#conf-listen listen = 9312:sphinx listen = 9306:mysql + listen = 9308:http # log file, searchd run info is logged here # optional, default is 'searchd.log'