logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 5ed9846bbf9ac990b35b4860d5e63bd689f41de1
parent 8c72a22757290754fc15fecb82dd157f6ea56a7f
Author: potato <mail@crazypotato.tk>
Date:   Tue,  6 Sep 2016 16:35:12 +0200

[fix] revert the port change

Diffstat:

Msearx/settings.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/settings.yml b/searx/settings.yml @@ -7,7 +7,7 @@ search: autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "wikipedia" - leave blank to turn it off by default server: - port : 8889 + port : 8888 bind_address : "127.0.0.1" # address to listen on secret_key : "ultrasecretkey" # change this! base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"