summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-10-11 10:56:50 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2021-10-11 12:28:55 +0000
commit60edf2623d7c1a6b394638c6673c0d981674c570 (patch)
treeee18d6ba3b2daf2051f5cecc4f3fcbca6ecf09dd /docs/dev
parent3fad483b7a614707fb973c7973d289e364163cfa (diff)
[brand] SearXNG - reference /etc/searxng/settings.yml
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/lxcdev.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/lxcdev.rst b/docs/dev/lxcdev.rst
index 12f6d7879..49a2df6c8 100644
--- a/docs/dev/lxcdev.rst
+++ b/docs/dev/lxcdev.rst
@@ -261,7 +261,7 @@ In this section we will see how to change the *"Fully functional SearXNG suite"*
from a LXC container (which is quite ready for production) into a developer
suite. For this, we have to keep an eye on the :ref:`installation basic`:
-- SearXNG setup in: ``/etc/searx/settings.yml``
+- SearXNG setup in: ``/etc/searxng/settings.yml``
- SearXNG user's home: ``/usr/local/searx``
- virtualenv in: ``/usr/local/searx/searx-pyenv``
- SearXNG software in: ``/usr/local/searx/searx-src``
@@ -288,7 +288,7 @@ The uWSGI-App for the archlinux dsitros is configured in
least you should attend the settings of ``uid``, ``chdir``, ``env`` and
``http``::
- env = SEARXNG_SETTINGS_PATH=/etc/searx/settings.yml
+ env = SEARXNG_SETTINGS_PATH=/etc/searxng/settings.yml
http = 127.0.0.1:8888
chdir = /usr/local/searx/searx-src/searx