From 90986738ccc5c67cc003970a6096e8f8c24e0d1f Mon Sep 17 00:00:00 2001 From: Loris Date: Sat, 8 Mar 2025 09:44:28 +0100 Subject: [PATCH] Update uwsgi.ini remove python3 plugin --- dockerfiles/uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/uwsgi.ini b/dockerfiles/uwsgi.ini index 812716853..9658975b6 100644 --- a/dockerfiles/uwsgi.ini +++ b/dockerfiles/uwsgi.ini @@ -17,7 +17,7 @@ chmod-socket = 666 # Plugin to use and interpreter config single-interpreter = true master = true -plugin = python3 +#plugin = python3 lazy-apps = true enable-threads = true