From a23b4fe4833416e40c0bf5a5153246ff12a6ec46 Mon Sep 17 00:00:00 2001 From: Jan Friedli Date: Sat, 28 Mar 2020 23:50:08 +0100 Subject: [PATCH] fix user and group ids --- config/uwsgi.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/uwsgi.config b/config/uwsgi.config index 9b46181..56e0508 100644 --- a/config/uwsgi.config +++ b/config/uwsgi.config @@ -6,8 +6,8 @@ wsgi-file = /var/www/mat2-web/main.py master = true workers = 1 -uid = www-data -gid = www-data +uid = 101 +gid = 101 # kill stalled processes harakiri = 30