aboutsummaryrefslogtreecommitdiff
path: root/uwsgi.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'uwsgi.ini.example')
-rw-r--r--uwsgi.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/uwsgi.ini.example b/uwsgi.ini.example
index 49dee9c..2a2093f 100644
--- a/uwsgi.ini.example
+++ b/uwsgi.ini.example
@@ -2,6 +2,6 @@
http = 127.0.0.1:8085
processes = 2
threads = 4
-wsgi-file = run.py
+wsgi-file = roka.py
callable = app
master = true