diff options
author | Bnyro <bnyro@tutanota.com> | 2024-05-05 20:43:45 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-06-07 14:42:52 +0200 |
commit | 3bec04079c027b952dee95dab194f29ea12e12a5 (patch) | |
tree | 42fa4444622987a19e96a129b7efcb9b9d496595 /docs/admin | |
parent | d4c3d309952b3a50e553808d1c367ec5ca23d62c (diff) | |
download | searxng-3bec04079c027b952dee95dab194f29ea12e12a5.tar.gz searxng-3bec04079c027b952dee95dab194f29ea12e12a5.zip |
[feat] hostname replace plugin: possibility to prioritize certain websites
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin')
-rw-r--r-- | docs/admin/installation-searxng.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/installation-searxng.rst b/docs/admin/installation-searxng.rst index 7bb936f15..446f45cd2 100644 --- a/docs/admin/installation-searxng.rst +++ b/docs/admin/installation-searxng.rst @@ -96,7 +96,7 @@ Modify the ``/etc/searxng/settings.yml`` to your needs: .. literalinclude:: ../../utils/templates/etc/searxng/settings.yml :language: yaml - :end-before: # hostname_replace: + :end-before: # hostnames: To see the entire file jump to :origin:`utils/templates/etc/searxng/settings.yml` @@ -104,7 +104,7 @@ Modify the ``/etc/searxng/settings.yml`` to your needs: .. literalinclude:: ../../searx/settings.yml :language: yaml - :end-before: # hostname_replace: + :end-before: # hostnames: To see the entire file jump to :origin:`searx/settings.yml` |