aboutsummaryrefslogtreecommitdiff
path: root/uwsgi.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'uwsgi.ini.example')
-rw-r--r--uwsgi.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/uwsgi.ini.example b/uwsgi.ini.example
new file mode 100644
index 0000000..90b60c4
--- /dev/null
+++ b/uwsgi.ini.example
@@ -0,0 +1,7 @@
+[uwsgi]
+http = 127.0.0.1:8085
+processes = 1
+threads = 1
+wsgi-file = run.py
+callable = app
+master = true