mirror of
https://github.com/caronc/apprise-api.git
synced 2025-01-31 18:09:17 +01:00
Don't run the web process as root (#28)
This commit is contained in:
parent
907743fb8c
commit
7168ddff83
@ -10,6 +10,7 @@ stderr_logfile_maxbytes=0
|
||||
|
||||
[program:gunicorn]
|
||||
command=gunicorn -c /opt/apprise/webapp/gunicorn.conf.py --worker-tmp-dir /dev/shm core.wsgi
|
||||
user=www-data
|
||||
directory=/opt/apprise/webapp
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
|
Loading…
Reference in New Issue
Block a user