From 2cd20c5106a3e09bdd8a47d6fc16864aff5281d9 Mon Sep 17 00:00:00 2001 From: jakobsn Date: Wed, 22 Jan 2020 10:07:49 +0100 Subject: [PATCH] Uwsgi init file --- src/app/uwsgi.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/app/uwsgi.ini diff --git a/src/app/uwsgi.ini b/src/app/uwsgi.ini new file mode 100644 index 0000000..4e79fbd --- /dev/null +++ b/src/app/uwsgi.ini @@ -0,0 +1,3 @@ +[uwsgi] +module = main +callable = app \ No newline at end of file