mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] configurable listening http protocol version
This commit is contained in:
parent
383160e99a
commit
a98bbefbcf
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue