diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-12-25 23:31:51 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-12-25 23:31:51 +0100 |
commit | 14f58bdaecb288ac65782b2025e765c514b1844e (patch) | |
tree | e3cd29c6d4fa5a1594e5c758a80f83d292988189 /searx/settings_robot.yml | |
parent | a98bbefbcf89ad8d5959c0ddd1c02ab65b92913d (diff) | |
download | searxng-14f58bdaecb288ac65782b2025e765c514b1844e.tar.gz searxng-14f58bdaecb288ac65782b2025e765c514b1844e.zip |
[fix] robot tests ++ set default value for server http protocol version
Diffstat (limited to 'searx/settings_robot.yml')
-rw-r--r-- | searx/settings_robot.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings_robot.yml b/searx/settings_robot.yml index 7d2701449..dbaf2fd52 100644 --- a/searx/settings_robot.yml +++ b/searx/settings_robot.yml @@ -13,6 +13,7 @@ server: secret_key : "ultrasecretkey" # change this! base_url : False image_proxy : False + http_protocol_version : "1.0" ui: themes_path : "" |