From aaa41fde5e303a564acd32cc055778c85214d74e Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Mon, 13 Feb 2023 00:22:42 +0100 Subject: [PATCH] Add http plugin to uwsgi conf --- conf/uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/uwsgi.ini b/conf/uwsgi.ini index f60ec24..6dfe023 100644 --- a/conf/uwsgi.ini +++ b/conf/uwsgi.ini @@ -12,7 +12,7 @@ chmod-socket = 666 # Plugin to use and interpretor config single-interpreter = true master = true -plugin = python3 +plugin = python3,http lazy-apps = true enable-threads = true