2020-08-30 23:30:17 +02:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
2021-10-30 22:58:15 +02:00
|
|
|
pidfile=/run/apprise/supervisord.pid
|
|
|
|
logfile=/dev/null
|
|
|
|
logfile_maxbytes=0
|
|
|
|
user=www-data
|
2020-08-30 23:30:17 +02:00
|
|
|
|
|
|
|
[program:nginx]
|
2021-10-30 22:58:15 +02:00
|
|
|
command=/usr/sbin/nginx -c /opt/apprise/webapp/etc/nginx.conf
|
2020-08-30 23:30:17 +02:00
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
stderr_logfile_maxbytes=0
|
|
|
|
|
|
|
|
[program:gunicorn]
|
2021-10-30 22:58:15 +02:00
|
|
|
command=gunicorn -c /opt/apprise/webapp/gunicorn.conf.py -b :8080 --worker-tmp-dir /dev/shm core.wsgi
|
2020-08-30 23:30:17 +02:00
|
|
|
directory=/opt/apprise/webapp
|
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/dev/stderr
|
2020-09-13 14:44:33 +02:00
|
|
|
stderr_logfile_maxbytes=0
|