diff options
author | ToxyFlog1627 <59206807+ToxyFlog1627@users.noreply.github.com> | 2023-08-11 14:01:54 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-08-13 08:50:29 +0200 |
commit | f175574f3731c99d82758952e37f52037476aa5f (patch) | |
tree | 2a20016a2a74fe48fa2cb639469d23ff1f60ef7b /docs/dev/lxcdev.rst | |
parent | 4573417b6c5d50935233268d672d0f3fc8cef8c6 (diff) | |
download | searxng-f175574f3731c99d82758952e37f52037476aa5f.tar.gz searxng-f175574f3731c99d82758952e37f52037476aa5f.zip |
[fix] typos in documentation & messages
Diffstat (limited to 'docs/dev/lxcdev.rst')
-rw-r--r-- | docs/dev/lxcdev.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/lxcdev.rst b/docs/dev/lxcdev.rst index 854b193ff..79716ae57 100644 --- a/docs/dev/lxcdev.rst +++ b/docs/dev/lxcdev.rst @@ -148,7 +148,7 @@ services quite easy. In the example above the SearXNG instance in the container is wrapped to ``http://n.n.n.140/searxng`` to the HOST system. Note, on your HOST system, the IP of your ``searxng-archlinux`` container is different to this example. To -test the instance in the conatiner from outside of the container, in your WEB +test the instance in the container from outside of the container, in your WEB browser on your desktop just open the URL reported in your installation .. _working in containers: @@ -255,7 +255,7 @@ With the use of the :ref:`searxng.sh` the SearXNG service was installed as With the command above, we stopped the SearXNG uWSGI-App in the archlinux container. -The uWSGI-App for the archlinux dsitros is configured in +The uWSGI-App for the archlinux distros is configured in :origin:`utils/templates/etc/uwsgi/apps-archlinux/searxng.ini`, from where at least you should attend the settings of ``uid``, ``chdir``, ``env`` and ``http``:: @@ -272,7 +272,7 @@ shares the root folder of the repository and the command ``utils/lxc.sh cmd`` handles relative path names **transparent**. To wrap the SearXNG installation in the container into a developer one, we -simple have to create a smylink to the **transparent** reposetory from the +simple have to create a symlink to the **transparent** repository from the desktop. Now lets replace the repository at ``searxng-src`` in the container with the working tree from outside of the container: |