From 6443ed75622e8b99ea69b60a573275617d5f87a5 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 2 Oct 2021 16:56:11 +0200 Subject: SearXNG: SEARXNG_PORT --- docs/admin/engines/settings.rst | 2 +- docs/dev/makefile.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/admin/engines/settings.rst b/docs/admin/engines/settings.rst index 7308e2733..0e1d0d710 100644 --- a/docs/admin/engines/settings.rst +++ b/docs/admin/engines/settings.rst @@ -114,7 +114,7 @@ Global Settings If you change the value, don't forget to rebuild instance's environment (:ref:`utils/brand.env `) -``port`` & ``bind_address``: :ref:`buildenv SEARX_PORT & SEARX_BIND_ADDRESS ` +``port`` & ``bind_address``: :ref:`buildenv SEARXNG_PORT & SEARX_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 SearXNG running on Apache or Nginx. diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst index 77c0dddde..09e37502e 100644 --- a/docs/dev/makefile.rst +++ b/docs/dev/makefile.rst @@ -110,7 +110,7 @@ from the YAML configuration: - ``SEARX_URL`` from :ref:`server.base_url ` (aka ``PUBLIC_URL``) - ``SEARX_BIND_ADDRESS`` from :ref:`server.bind_address ` -- ``SEARX_PORT`` from :ref:`server.port ` +- ``SEARXNG_PORT`` from :ref:`server.port ` .. _make run: -- cgit v1.2.3