summaryrefslogtreecommitdiff
path: root/docs/admin/update-searxng.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/admin/update-searxng.rst')
-rw-r--r--docs/admin/update-searxng.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/admin/update-searxng.rst b/docs/admin/update-searxng.rst
index 15735b0ba..c2a34aeee 100644
--- a/docs/admin/update-searxng.rst
+++ b/docs/admin/update-searxng.rst
@@ -94,6 +94,20 @@ searx from or try::
If you are migrate from searx take into account that the ``.config.sh`` is no
longer used.
+If you upgrade from searx or from before :pull:`1332` has been merged and you
+have filtron and/or morty installed, don't forget to remove HTTP sites.
+
+Apache::
+
+ $ sudo -H ./utils/filtron.sh apache remove
+ $ sudo -H ./utils/morty.sh apache remove
+
+nginx::
+
+ $ sudo -H ./utils/filtron.sh nginx remove
+ $ sudo -H ./utils/morty.sh nginx remove
+
+
Check after Installation
------------------------