commit | 415583d5024399f857e9b8b7b5da19e6351297be | [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 | 5b11a1bb2cd27125d3d4f535e640d096186de68d [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