diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-02-23 15:00:38 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-02-26 07:15:39 +0100 |
| commit | 2e0abc931057a8e0189b53f6501769fe26fd0bbc (patch) | |
| tree | a6c68bd8322385dbbd864949429c028ed09b8551 /docs/admin/settings/settings_outgoing.rst | |
| parent | 28d1240fce945a48a2c61c29fff83336410c4c77 (diff) | |
[fix] various issues in the documentation
Closes: https://github.com/searxng/searxng/issues/4370
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin/settings/settings_outgoing.rst')
| -rw-r--r-- | docs/admin/settings/settings_outgoing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/settings/settings_outgoing.rst b/docs/admin/settings/settings_outgoing.rst index 7d49ab789..1896698ce 100644 --- a/docs/admin/settings/settings_outgoing.rst +++ b/docs/admin/settings/settings_outgoing.rst @@ -43,7 +43,7 @@ Communication with search engines. Global timeout of the requests made to others engines in seconds. A bigger timeout will allow to wait for answers from slow engines, but in consequence will slow SearXNG reactivity (the result page may take the time specified in the - timeout to load). Can be override by ``timeout`` in the :ref:`settings engine`. + timeout to load). Can be override by ``timeout`` in the :ref:`settings engines`. ``useragent_suffix`` : Suffix to the user-agent SearXNG uses to send requests to others engines. If an @@ -105,6 +105,6 @@ Communication with search engines. ``using_tor_proxy`` : Using tor proxy (``true``) or not (``false``) for all engines. The default is - ``false`` and can be overwritten in the :ref:`settings engine` + ``false`` and can be overwritten in the :ref:`settings engines` |