summaryrefslogtreecommitdiff
path: root/docs/admin/filtron.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-09-12 08:36:56 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-09-13 14:36:24 +0200
commitecb7e73e039cf805c31764d148daae15e91389a5 (patch)
treeba5ad02b2c1a41701acf507c34bec1816bb65e0d /docs/admin/filtron.rst
parentde5a8ee7d7186efdc1d54e602c5f807d87ebcfc2 (diff)
[brand] docs - normalize project name to SearXNG
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin/filtron.rst')
-rw-r--r--docs/admin/filtron.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/filtron.rst b/docs/admin/filtron.rst
index 41c4a31d6..dd3cfc675 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 depends on external search services. To avoid the abuse of these services
+SearXNG 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
@@ -187,5 +187,5 @@ Use it along with ``nginx`` with the following example configuration.
Requests are coming from port 4004 going through filtron and then forwarded to
-port 8888 where a searx is being run. For a complete setup see: :ref:`nginx
+port 8888 where a SearXNG is being run. For a complete setup see: :ref:`nginx
searx site`.