diff options
| author | spalinger <github@spalinger.me> | 2023-04-20 03:39:03 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2023-04-21 06:51:44 +0200 |
| commit | 1918fb2ea0c17de8d48aa24419b0718b8e86a6dd (patch) | |
| tree | b8afbc81c5efc13dcf66094fc89dfb41ab55b4ca /docs/admin/installation-scripts.rst | |
| parent | 3ba058766680f838027767457e7f0f5c9590ff90 (diff) | |
[fix] typos/grammar in docs
Diffstat (limited to 'docs/admin/installation-scripts.rst')
| -rw-r--r-- | docs/admin/installation-scripts.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/installation-scripts.rst b/docs/admin/installation-scripts.rst index e256a2461..2d43f5e37 100644 --- a/docs/admin/installation-scripts.rst +++ b/docs/admin/installation-scripts.rst @@ -42,7 +42,7 @@ including a :ref:`uWSGI setup <architecture uWSGI>` as described in the For the installation procedure, use a *sudoer* login to run the scripts. If you install from ``root``, take into account that the scripts are creating a ``searxng`` user. In the installation procedure this new created user does - need read access to the cloned SearXNG repository, which is not the case if you clone + need to have read access to the cloned SearXNG repository, which is not the case if you clone it into a folder below ``/root``! .. sidebar:: further read @@ -52,7 +52,7 @@ including a :ref:`uWSGI setup <architecture uWSGI>` as described in the .. _caddy: https://hub.docker.com/_/caddy When all services are installed and running fine, you can add SearXNG to your -HTTP server. We do not have any preferences for the HTTP server, you can use +HTTP server. We do not have any preferences regarding the HTTP server, you can use whatever you prefer. We use caddy in our :ref:`docker image <installation docker>` and we have |