diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-09-12 08:36:56 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-09-13 14:36:24 +0200 |
commit | ecb7e73e039cf805c31764d148daae15e91389a5 (patch) | |
tree | ba5ad02b2c1a41701acf507c34bec1816bb65e0d /docs/utils/index.rst | |
parent | de5a8ee7d7186efdc1d54e602c5f807d87ebcfc2 (diff) | |
download | searxng-ecb7e73e039cf805c31764d148daae15e91389a5.tar.gz searxng-ecb7e73e039cf805c31764d148daae15e91389a5.zip |
[brand] docs - normalize project name to SearXNG
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils/index.rst')
-rw-r--r-- | docs/utils/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/utils/index.rst b/docs/utils/index.rst index 699641dd0..2077bbb13 100644 --- a/docs/utils/index.rst +++ b/docs/utils/index.rst @@ -35,7 +35,7 @@ Scripts to maintain services often dispose of common commands and environments. ``FORCE_TIMEOUT`` : environment Sets timeout for interactive prompts. If you want to run a script in batch job, with defaults choices, set ``FORCE_TIMEOUT=0``. By example; to install a - reverse proxy for filtron on all containers of the :ref:`searx suite + reverse proxy for filtron on all containers of the :ref:`SearXNG suite <lxc-searx.env>` use :: sudo -H ./utils/lxc.sh cmd -- FORCE_TIMEOUT=0 ./utils/filtron.sh apache install |