diff options
author | Matthew Gamble | 2017-12-19 08:41:36 +1100 |
---|---|---|
committer | Matthew Gamble | 2017-12-19 08:41:36 +1100 |
commit | 5985c2ef89943a8b2d89fca201c7910353a06563 (patch) | |
tree | f78475689695a2bfae35d65b132de9a034c4297b /uwsgi.ini | |
parent | 652e1dcb88c8d06ac1a16aa6bc068032b8a31911 (diff) | |
download | aur-5985c2ef89943a8b2d89fca201c7910353a06563.tar.gz |
Add example files for uwsgi integration
Diffstat (limited to 'uwsgi.ini')
-rw-r--r-- | uwsgi.ini | 9 |
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 |