forked from addbee/haproxy-wi-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsupervisord.conf
More file actions
37 lines (32 loc) · 872 Bytes
/
supervisord.conf
File metadata and controls
37 lines (32 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[supervisord]
nodaemon=true
[program:wi-metrics]
directory=/var/www/haproxy-wi/app/
command=/var/www/haproxy-wi/app/tools/metrics_master.py
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:wi-keepalive]
directory=/var/www/haproxy-wi/app/
command=/var/www/haproxy-wi/app/tools/keep_alive.py
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:wi-keepalive]
directory=/var/www/haproxy-wi/app/
command=/var/www/haproxy-wi/app/tools/checker_master.py
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
[program:fcgiwrap]
command = /usr/sbin/fcgiwrap -s unix:///tmp/fcgiwrap.sock -f
user = nginx
autorestart=true
autostart=true
startsecs=1
startretries=3
stopsignal=QUIT
stopwaitsecs=10
redirect_stderr=true
stdout_logfile=/var/log/fcgiwrap_out.log
stderr_logfile=/var/log/fcgiwrap_err.log