diff options
| author | Mohamed Elashri <muhammadelashri@gmail.com> | 2022-09-30 23:06:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-30 23:06:54 +0000 |
| commit | 8d5653e60d5299979c0de5e55b1c5ca0bee8190c (patch) | |
| tree | 8dc02b7663a5c9c91b09483e4499a612d9823698 /searx/settings.yml | |
| parent | 212c98c9f55dc602f57b4f01a73192450e9782b7 (diff) | |
| parent | 62324655ff0d2e6f234b3e31413877b4b4a7a9fa (diff) | |
Merge branch 'searxng:master' into master
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index aa87c4978..f21d7f05a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -52,7 +52,7 @@ search: server: # If you change port, bind_address or base_url don't forget to rebuild - # instance's enviroment (make buildenv) + # instance's environment (make buildenv) port: 8888 bind_address: "127.0.0.1" base_url: false # Possible values: false or "https://example.org/location". @@ -135,7 +135,7 @@ outgoing: request_timeout: 3.0 # the maximum timeout in seconds # max_request_timeout: 10.0 - # suffix of searx_useragent, could contain informations like an email address + # suffix of searx_useragent, could contain information like an email address # to the administrator useragent_suffix: "" # The maximum number of concurrent connections that may be established. @@ -183,7 +183,7 @@ outgoing: # # these plugins are enabled if nothing is configured .. # - 'Hash plugin' # - 'Search on category select' -# - 'Self Informations' +# - 'Self Information' # - 'Tracker URL remover' # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy # # these plugins are disabled if nothing is configured .. |