From 53d733abf3691a05be9e3e822076b83d56666b41 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Wed, 5 Aug 2020 12:49:06 +1000 Subject: [PATCH] Update runscript --- runscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runscript b/runscript index 36e3584..41a12c0 100755 --- a/runscript +++ b/runscript @@ -5,6 +5,8 @@ uwsgi \ --workers 1 \ --threads 8 \ --protocol=http \ + --uid=www-data \ + --gid=www-data \ -w tes.tes_wsgi & twsproxy 8090 -- GitLab