diff options
author | Alexandre Flament <alex@al-f.net> | 2021-03-20 18:37:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 18:37:24 +0100 |
commit | 7a05d5c9cd9d3851f34a6b077693a5837a3623d5 (patch) | |
tree | 80cab44627885af647befd58f73ca2c59c195610 /searx | |
parent | 7e5553ddb6662c9f6eb46adf77cee84dbcedf2aa (diff) | |
parent | 288df3f2aa315cd0df49d03fd1ebd252d8d67142 (diff) | |
download | searxng-7a05d5c9cd9d3851f34a6b077693a5837a3623d5.tar.gz searxng-7a05d5c9cd9d3851f34a6b077693a5837a3623d5.zip |
Merge pull request #2669 from jhigginbotham/master
Update settings.yml to enable HTTP for yacy engine
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index a8d625b05..9032b02a7 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1257,6 +1257,7 @@ engines: # engine : yacy # shortcut : ya # base_url : 'http://localhost:8090' +# enable_http: True # required if you aren't using HTTPS for your local yacy instance # number_of_results : 5 # timeout : 3.0 |