From 946054240da13fb548c897c17ffbbc38bf04d520 Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Sun, 21 Feb 2016 16:34:50 +0100 Subject: [PATCH] Run the administration interface as www-data --- config/uwsgi/apps-enabled/freeposte.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/uwsgi/apps-enabled/freeposte.yml b/config/uwsgi/apps-enabled/freeposte.yml index 1ea57b28..3df692de 100644 --- a/config/uwsgi/apps-enabled/freeposte.yml +++ b/config/uwsgi/apps-enabled/freeposte.yml @@ -5,6 +5,9 @@ uwsgi: master: true workers: 2 + uid: www-data + gid: www-data + vacuum: true plugins: python wsgi-file: /admin/run.py