forked from PrivateCoffee/small
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:
parent
907df9dc1f
commit
e3eba93f4e
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ This is a basic guide to deploy Small using uWSGI and Caddy.
|
|||
master = true
|
||||
processes = 5
|
||||
|
||||
plugins = python3
|
||||
virtualenv = /srv/small/venv/
|
||||
chdir = /srv/small/
|
||||
|
||||
|
|
Loading…
Reference in a new issue