diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-09-13 12:40:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 12:40:47 +0000 |
| commit | aba3566fbd1efa3b6f2e1302feddca3e72a85fde (patch) | |
| tree | ba5ad02b2c1a41701acf507c34bec1816bb65e0d /docs/admin/filtron.rst | |
| parent | 823a2fc7926441ba4375d74340a7ab08ac85ef9d (diff) | |
| parent | ecb7e73e039cf805c31764d148daae15e91389a5 (diff) | |
Merge pull request #318 from return42/fix-doc-brand
[brand] docs - normalize project name to SearXNG
Diffstat (limited to 'docs/admin/filtron.rst')
| -rw-r--r-- | docs/admin/filtron.rst | 4 |
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`. |