mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
Change settings.yml for better handling
This commit is contained in:
parent
820c9151ad
commit
ba7148bbe9
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ server:
|
|||
# instance's environment (make buildenv)
|
||||
port: 8888
|
||||
bind_address: "127.0.0.1"
|
||||
base_url: "__FULL_URL__" # Possible values: false or "https://example.org/location".
|
||||
base_url: __FULL_URL__ # Possible values: false or "https://example.org/location".
|
||||
limiter: false # rate limit the number of request on the instance, block some bots
|
||||
|
||||
# If your instance owns a /etc/searxng/settings.yml file, then set the following
|
||||
|
|
Loading…
Add table
Reference in a new issue