commit | 5d4f23578a8ac588bed57140e38c0362c41dd1d8 | [log] [tgz] |
---|---|---|
author | Tony Mack <tmack@cs.princeton.edu> | Tue Oct 27 15:02:38 2015 -0400 |
committer | Tony Mack <tmack@cs.princeton.edu> | Tue Oct 27 15:07:58 2015 -0400 |
tree | daaa4c3734297d7f2c94dcb9591be78e0e73f91c | |
parent | 9fb372580d14dcefb8c3181da3d63a481095eb5a [diff] |
run uwsgi as root
diff --git a/xos/uwsgi/xos.ini b/xos/uwsgi/xos.ini index 4c3f62c..63eb6b2 100644 --- a/xos/uwsgi/xos.ini +++ b/xos/uwsgi/xos.ini
@@ -9,8 +9,8 @@ workers = 3 master = true processes = 8 -uid = uwsgi -gid = webserver +uid = root +gid = root harakiri = 20 daemonize=/var/log/uwsgi.xos.log static-map = /static=/var/www/xos/static