diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-06 22:06:19 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-06 22:06:19 +0100 |
| commit | c15337850e64562c376e5de57d8809a3a05b8a5d (patch) | |
| tree | dba41057306c5ab406cc04c63804788b23771087 /docs | |
| parent | 857a1458b18476e18f1df9e338ba270c4ff2e35d (diff) | |
fix: minor typos
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin/filtron.rst | 2 | ||||
| -rw-r--r-- | docs/admin/installation-nginx.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin/filtron.rst b/docs/admin/filtron.rst index 785b02261..970ce25d2 100644 --- a/docs/admin/filtron.rst +++ b/docs/admin/filtron.rst @@ -18,7 +18,7 @@ How to protect an instance .. _filtron: https://github.com/asciimoo/filtron -Searx depens on external search services. To avoid the abuse of these services +Searx depends on external search services. To avoid the abuse of these services it is advised to limit the number of requests processed by searx. An application firewall, filtron_ solves exactly this problem. Filtron is just diff --git a/docs/admin/installation-nginx.rst b/docs/admin/installation-nginx.rst index 264bdacda..2097d7daf 100644 --- a/docs/admin/installation-nginx.rst +++ b/docs/admin/installation-nginx.rst @@ -186,7 +186,7 @@ Started wiki`_ is always a good resource *to keep in the pocket*. .. group-tab:: proxy or uWSGI - Be warned, with this setup, your Instance isn't :ref:`protected <searx + Be warned, with this setup, your instance isn't :ref:`protected <searx filtron>`. Nevertheless it is good enough for intranet usage and it is a excellent example of; *how different services can be set up*. The next example shows a reverse proxy configuration wrapping the :ref:`searx-uWSGI @@ -246,7 +246,7 @@ Started wiki`_ is always a good resource *to keep in the pocket*. .. group-tab:: subdirectory URL - Be warned, with these setups, your Instance isn't :ref:`protected <searx + Be warned, with these setups, your instance isn't :ref:`protected <searx filtron>`. The examples are just here to demonstrate how to export the searx application from a subdirectory URL ``https://example.org/searx/``. |