diff --git a/run.ini b/run.ini
index 572f96c76ad3bd353364df51fda7cd6f106737aa..8c67c9c84c54dbe64540fe71a155e2a599d481fe 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