2019-12-22 13:05:33 +00:00
|
|
|
.. _architecture:
|
|
|
|
|
|
|
|
============
|
|
|
|
Architecture
|
|
|
|
============
|
|
|
|
|
2020-04-09 13:04:23 +00:00
|
|
|
.. sidebar:: Further reading
|
|
|
|
|
2021-11-18 17:27:26 +00:00
|
|
|
- Reverse Proxy: :ref:`Apache <apache searxng site>` & :ref:`nginx <nginx
|
|
|
|
searxng site>`
|
|
|
|
- uWSGI: :ref:`searxng uwsgi`
|
|
|
|
- SearXNG: :ref:`installation basic`
|
2019-12-22 13:05:33 +00:00
|
|
|
|
|
|
|
Herein you will find some hints and suggestions about typical architectures of
|
2021-09-12 06:36:56 +00:00
|
|
|
SearXNG infrastructures.
|
2019-12-22 13:05:33 +00:00
|
|
|
|
2022-06-14 08:02:50 +00:00
|
|
|
.. _architecture uWSGI:
|
|
|
|
|
|
|
|
uWSGI Setup
|
|
|
|
===========
|
|
|
|
|
2022-06-21 12:48:46 +00:00
|
|
|
We start with a *reference* setup for public SearXNG instances which can be build
|
2022-06-14 08:02:50 +00:00
|
|
|
up and maintained by the scripts from our :ref:`toolboxing`.
|
2019-12-22 13:05:33 +00:00
|
|
|
|
|
|
|
.. _arch public:
|
|
|
|
|
|
|
|
.. kernel-figure:: arch_public.dot
|
|
|
|
:alt: arch_public.dot
|
|
|
|
|
2021-09-12 06:36:56 +00:00
|
|
|
Reference architecture of a public SearXNG setup.
|
2022-06-14 08:02:50 +00:00
|
|
|
|
|
|
|
The reference installation activates ``server.limiter``, ``server.image_proxy``
|
|
|
|
and ``ui.static_use_hash`` (:origin:`/etc/searxng/settings.yml
|
|
|
|
<utils/templates/etc/searxng/settings.yml>`)
|
|
|
|
|
|
|
|
.. literalinclude:: ../../utils/templates/etc/searxng/settings.yml
|
|
|
|
:language: yaml
|
|
|
|
:end-before: # preferences:
|