From e3eba93f4e65bca2e408caea98ba22bdef055db4 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 26 Sep 2024 07:52:06 +0200 Subject: [PATCH] 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. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 07e07f8..6735831 100644 --- a/README.md +++ b/README.md @@ -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/