From 7f9d36892be1da433cd20ff17caa0487a7e6179b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 26 Aug 2019 20:17:17 +0200 Subject: Config: add venv conf to uwsgi template --- conf/uwsgi.ini.template | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/uwsgi.ini.template b/conf/uwsgi.ini.template index 2c06fad..09ee6b7 100644 --- a/conf/uwsgi.ini.template +++ b/conf/uwsgi.ini.template @@ -5,6 +5,7 @@ projectdomain = #URL# base = /srv/ishtar-pergamon # config +home = /srv/venv/pergamon/ plugins = python master = true protocol = uwsgi -- cgit v1.2.3