diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-07-30 16:13:47 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-07-30 16:13:47 +0200 |
commit | bded8750d5b4ae743dd96b3a814a78da66ab4a02 (patch) | |
tree | 9e27e5e30c698618b0a828f0e31cf85df79627ae /docs/admin/update-searxng.rst | |
parent | 645c2a2ca1cf40ab9429366ac70c69d1ac8fd004 (diff) | |
download | searxng-bded8750d5b4ae743dd96b3a814a78da66ab4a02.tar.gz searxng-bded8750d5b4ae743dd96b3a814a78da66ab4a02.zip |
[mod] fix minor leftovers from PR #1332
Related: https://github.com/searxng/searxng/pull/1332
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin/update-searxng.rst')
-rw-r--r-- | docs/admin/update-searxng.rst | 14 |
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 ------------------------ |