summaryrefslogtreecommitdiff
path: root/docs/admin/settings/settings_server.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/admin/settings/settings_server.rst')
-rw-r--r--docs/admin/settings/settings_server.rst10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/admin/settings/settings_server.rst b/docs/admin/settings/settings_server.rst
index e4e66ee2..b1b3a14f 100644
--- a/docs/admin/settings/settings_server.rst
+++ b/docs/admin/settings/settings_server.rst
@@ -21,17 +21,13 @@
X-Robots-Tag : noindex, nofollow
Referrer-Policy : no-referrer
-``base_url`` : ``$SEARXNG_URL`` :ref:`buildenv <make buildenv>`
+``base_url`` : ``$SEARXNG_URL``
The base URL where SearXNG is deployed. Used to create correct inbound links.
- If you change the value, don't forget to rebuild instance's environment
- (:ref:`utils/brand.env <make buildenv>`)
-``port`` & ``bind_address``: ``$SEARXNG_PORT`` & ``$SEARXNG_BIND_ADDRESS`` :ref:`buildenv <make buildenv>`
+``port`` & ``bind_address``: ``$SEARXNG_PORT`` & ``$SEARXNG_BIND_ADDRESS``
Port number and *bind address* of the SearXNG web application if you run it
directly using ``python searx/webapp.py``. Doesn't apply to a SearXNG
- services running behind a proxy and using socket communications. If you
- change the value, don't forget to rebuild instance's environment
- (:ref:`utils/brand.env <make buildenv>`)
+ services running behind a proxy and using socket communications.
``secret_key`` : ``$SEARXNG_SECRET``
Used for cryptography purpose.