docs: remove redundant 'plugins' line in README

The 'plugins = python3' line in the uwsgi.ini example should be unnecessary when installing uwsgi from pip. This simplifies the configuration instructions and avoids potential confusion for users.
This commit is contained in:
Kumi 2024-09-26 07:52:06 +02:00
parent 907df9dc1f
commit e3eba93f4e
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -85,7 +85,6 @@ This is a basic guide to deploy Small using uWSGI and Caddy.
master = true master = true
processes = 5 processes = 5
plugins = python3
virtualenv = /srv/small/venv/ virtualenv = /srv/small/venv/
chdir = /srv/small/ chdir = /srv/small/