1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
dockerfiles/proxyhub/services.ini

24 lines
482 B
INI
Raw Normal View History

2015-03-19 09:21:37 +02:00
[program:dnscrypt]
priority = 100
command = dnscrypt-proxy -a 127.0.0.1:2053 -R opendns
[program:pdnsd]
priority = 200
command = pdnsd -c /etc/pdnsd.conf
[program:shadowsocks]
priority = 300
2015-03-19 10:07:45 +02:00
command = sslocal -c /etc/shadowsocks/%(process_num)d.json
2015-03-19 09:21:37 +02:00
numprocs_start = 1981
numprocs = 5
process_name = %(process_num)d
[program:haproxy]
priority = 400
2015-03-19 10:07:45 +02:00
command = haproxy -f /etc/haproxy/haproxy.cfg
2015-03-19 09:21:37 +02:00
[program:nginx]
priority = 500
2015-03-19 10:07:45 +02:00
command = nginx -g "daemon off; error_log stderr;"
2015-03-19 09:21:37 +02:00