summarylogtreecommitdiffstats
path: root/uwsgi.ini
diff options
context:
space:
mode:
authorMatthew Gamble2017-12-19 08:41:36 +1100
committerMatthew Gamble2017-12-19 08:41:36 +1100
commit5985c2ef89943a8b2d89fca201c7910353a06563 (patch)
treef78475689695a2bfae35d65b132de9a034c4297b /uwsgi.ini
parent652e1dcb88c8d06ac1a16aa6bc068032b8a31911 (diff)
downloadaur-5985c2ef89943a8b2d89fca201c7910353a06563.tar.gz
Add example files for uwsgi integration
Diffstat (limited to 'uwsgi.ini')
-rw-r--r--uwsgi.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/uwsgi.ini b/uwsgi.ini
new file mode 100644
index 000000000000..7420a079a04c
--- /dev/null
+++ b/uwsgi.ini
@@ -0,0 +1,9 @@
+[uwsgi]
+plugins = python
+processes = 4
+threads = 2
+socket = 127.0.0.1:3031
+chdir = /usr/share/python-wsgidav
+manage-script-name = true
+mount = /webdav=uwsgi.py
+callable = app