diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-12-25 23:02:57 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-12-25 23:05:01 +0100 |
commit | a98bbefbcf89ad8d5959c0ddd1c02ab65b92913d (patch) | |
tree | df8bff34291ae031523f32cf504626ea633f2a21 /searx/settings.yml | |
parent | 383160e99a09061632b98ab850b173d03d8dc6eb (diff) | |
download | searxng-a98bbefbcf89ad8d5959c0ddd1c02ab65b92913d.tar.gz searxng-a98bbefbcf89ad8d5959c0ddd1c02ab65b92913d.zip |
[enh] configurable listening http protocol version
Diffstat (limited to 'searx/settings.yml')
-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 69699605d..a475433a9 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -13,6 +13,7 @@ server: secret_key : "ultrasecretkey" # change this! base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/" image_proxy : False # Proxying image results through searx + http_protocol_version : "1.0" # 1.0 and 1.1 are supported ui: themes_path : "" # Custom ui themes path - leave it blank if you didn't change |