From e9e4e98fbee1cede779ec0d69c07f0820791cc08 Mon Sep 17 00:00:00 2001 From: hillerliao Date: Sat, 21 Aug 2021 11:30:46 +0800 Subject: [PATCH] =?UTF-8?q?socket=20=E2=86=92=20http?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.ini b/uwsgi.ini index c81bb6e..d46500c 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -1,6 +1,6 @@ # uwsgi --ini {current_file_path_and_name} [uwsgi] -socket = 127.0.0.1:5000 +http = 127.0.0.1:5000 processes = 4 threads = 2 # plugins = python3mv