summaryrefslogtreecommitdiff
path: root/docs/admin/filtron.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-11-19 11:46:29 +0100
committerGitHub <noreply@github.com>2021-11-19 11:46:29 +0100
commite82e37ce6dffe2796b0fae63d893ad637c2be37b (patch)
tree49689668e8de24b0a2d244b227467da4db5be22d /docs/admin/filtron.rst
parent55737a219b0c91882a7d512312cc8f545108f8e8 (diff)
parent1dae0c0be09d5c9e287bdea6aa5bf7ec4f4782ec (diff)
Merge pull request #515 from return42/doc-theme
Various modification of the documentation and the theme sphinx-theme
Diffstat (limited to 'docs/admin/filtron.rst')
-rw-r--r--docs/admin/filtron.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/admin/filtron.rst b/docs/admin/filtron.rst
index dd3cfc675..1c32c1b37 100644
--- a/docs/admin/filtron.rst
+++ b/docs/admin/filtron.rst
@@ -1,5 +1,5 @@
-.. _searx filtron:
+.. _searxng filtron:
==========================
How to protect an instance
@@ -8,7 +8,7 @@ How to protect an instance
.. sidebar:: further reading
- :ref:`filtron.sh`
- - :ref:`nginx searx site`
+ - :ref:`nginx searxng site`
.. contents:: Contents
@@ -19,7 +19,7 @@ How to protect an instance
.. _filtron: https://github.com/asciimoo/filtron
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.
+it is advised to limit the number of requests processed by SearXNG.
An application firewall, filtron_ solves exactly this problem. Filtron is just
a middleware between your web server (nginx, apache, ...) and searx, we describe
@@ -188,4 +188,4 @@ 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 SearXNG is being run. For a complete setup see: :ref:`nginx
-searx site`.
+searxng site`.