From 01b3b4c189d046faa2289e5cbdced7cece3095dd Mon Sep 17 00:00:00 2001 From: Tharre Date: Wed, 30 Aug 2017 23:10:51 +0200 Subject: Add uwsgi configuration file --- flask.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 flask.ini diff --git a/flask.ini b/flask.ini new file mode 100644 index 0000000..22f4aba --- /dev/null +++ b/flask.ini @@ -0,0 +1,12 @@ +[uwsgi] +# Variables +base = /srv/www/albion.th73.ovh +app = app +# Generic Config +plugins = python3 +home = %(base)/venv +pythonpath = %(base) +socket = %(base)/%n.sock +module = %(app) +callable = %(app) +chdir = %(base) -- cgit v1.2.3-70-g09d2