mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] https rewrite basics
This commit is contained in:
parent
b44643222f
commit
96c8b20a04
3 changed files with 34 additions and 3 deletions
|
|
@ -1,11 +1,12 @@
|
|||
server:
|
||||
port : 8888
|
||||
secret_key : "ultrasecretkey" # change this!
|
||||
debug : True
|
||||
debug : False
|
||||
request_timeout : 2.0 # seconds
|
||||
base_url : False
|
||||
themes_path : ""
|
||||
default_theme : default
|
||||
https_rewrite : True
|
||||
|
||||
engines:
|
||||
- name : wikipedia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue