summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2026-04-07 12:42:51 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2026-04-07 21:22:08 +0200
commit3d6f9a0b416fbb70115531b4afebc4fd68987c91 (patch)
tree7b15a150c666bb9bbe228d5d2f3799c23e33e5eb
parent5d215ff904ecf3d000bce5ed37abfb244647d66e (diff)
[6.0.x] Removed outdated note about uwsgi LTS from docs.
projects.unbit.it has an invalid certificate and provides old packages. Backport of 8cf3114defb3678c5dd2710e0a7d8502de73f071 from main
-rw-r--r--docs/howto/deployment/wsgi/uwsgi.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt
index 2bb49b285c..144b826152 100644
--- a/docs/howto/deployment/wsgi/uwsgi.txt
+++ b/docs/howto/deployment/wsgi/uwsgi.txt
@@ -27,9 +27,6 @@ command. For example:
# Install current stable version.
$ python -m pip install uwsgi
- # Or install LTS (long term support).
- $ python -m pip install https://projects.unbit.it/downloads/uwsgi-lts.tar.gz
-
.. _installation procedures: https://uwsgi-docs.readthedocs.io/en/latest/Install.html
uWSGI model