From 60edf2623d7c1a6b394638c6673c0d981674c570 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 11 Oct 2021 10:56:50 +0200 Subject: [brand] SearXNG - reference /etc/searxng/settings.yml Signed-off-by: Markus Heiser --- docs/dev/lxcdev.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev') 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 -- cgit v1.2.3