Don't run the web process as root (#28)

This commit is contained in:
Jake Howard 2020-09-13 13:44:33 +01:00 committed by GitHub
parent 907743fb8c
commit 7168ddff83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ stderr_logfile_maxbytes=0
[program:gunicorn] [program:gunicorn]
command=gunicorn -c /opt/apprise/webapp/gunicorn.conf.py --worker-tmp-dir /dev/shm core.wsgi command=gunicorn -c /opt/apprise/webapp/gunicorn.conf.py --worker-tmp-dir /dev/shm core.wsgi
user=www-data
directory=/opt/apprise/webapp directory=/opt/apprise/webapp
stdout_logfile=/dev/stdout stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0