diff options
Diffstat (limited to 'docs/admin/settings/settings_server.rst')
| -rw-r--r-- | docs/admin/settings/settings_server.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin/settings/settings_server.rst b/docs/admin/settings/settings_server.rst index daba6d1dd..cf480683e 100644 --- a/docs/admin/settings/settings_server.rst +++ b/docs/admin/settings/settings_server.rst @@ -31,13 +31,13 @@ ``secret_key`` : ``$SEARXNG_SECRET`` Used for cryptography purpose. -``limiter`` : +``limiter`` : ``$SEARXNG_LIMITER`` Rate limit the number of request on the instance, block some bots. The :ref:`limiter` requires a :ref:`settings redis` database. .. _public_instance: -``public_instance`` : +``public_instance`` : ``$SEARXNG_PUBLIC_INSTANCE`` Setting that allows to enable features specifically for public instances (not needed for local usage). By set to ``true`` the following features are @@ -47,7 +47,7 @@ .. _image_proxy: -``image_proxy`` : +``image_proxy`` : ``$SEARXNG_IMAGE_PROXY`` Allow your instance of SearXNG of being able to proxy images. Uses memory space. .. _HTTP headers: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers |