diff options
Diffstat (limited to 'app/uwsgi.ini')
-rw-r--r-- | app/uwsgi.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/uwsgi.ini b/app/uwsgi.ini new file mode 100644 index 0000000..f514897 --- /dev/null +++ b/app/uwsgi.ini @@ -0,0 +1,3 @@ +[uwsgi] +module = app.main +callable = app |