summaryrefslogtreecommitdiff
path: root/config/uwsgi.config
diff options
context:
space:
mode:
authorJan Friedli2020-03-28 23:50:08 +0100
committerJan Friedli2020-05-09 21:21:48 +0200
commita23b4fe4833416e40c0bf5a5153246ff12a6ec46 (patch)
treea21e16a7ed2d2e7a099a64fbc0205fd30b7b5575 /config/uwsgi.config
parent20b7f85b4542eb941b12f9b458c400c7c13109f6 (diff)
fix user and group ids
Diffstat (limited to 'config/uwsgi.config')
-rw-r--r--config/uwsgi.config4
1 files 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
6master = true 6master = true
7workers = 1 7workers = 1
8 8
9uid = www-data 9uid = 101
10gid = www-data 10gid = 101
11 11
12# kill stalled processes 12# kill stalled processes
13harakiri = 30 13harakiri = 30