From 953cdf9711ac806dc5708aaacaf3482ccc273992 Mon Sep 17 00:00:00 2001 From: cns82 <calebsecor1@gmail.com> Date: Fri, 24 Mar 2023 16:38:28 -0400 Subject: [PATCH] update uwsgi --- run.ini | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/run.ini b/run.ini index 572f96c..8c67c9c 100644 --- a/run.ini +++ b/run.ini @@ -1,6 +1,9 @@ [uwsgi] -http-socket = 10.246.250.148:<<PORT>> -chdir = /home/<<USER>>/public_html/uwsgi/ -wsgi-file = server.py +http = 10.246.250.148:<<port>> +chdir = /home/<<user>>/public_html/uwsgi/ +wsgi-file = /home/<<user>>/public_html/uwsgi/server.py +plugins = python3 +virtualenv = /home/<<user>>/public_html/uwsgi/venv +callable = app processes = 4 threads = 2 \ No newline at end of file -- GitLab