1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

fix bin path

This commit is contained in:
kev 2015-03-19 16:07:45 +08:00
parent 7587631c3f
commit e6e4c250eb

@ -8,16 +8,16 @@ command = pdnsd -c /etc/pdnsd.conf
[program:shadowsocks]
priority = 300
command = /usr/bin/sslocal -c /etc/shadowsocks/%(process_num)d.json
command = sslocal -c /etc/shadowsocks/%(process_num)d.json
numprocs_start = 1981
numprocs = 5
process_name = %(process_num)d
[program:haproxy]
priority = 400
command = /usr/bin/haproxy -f /etc/haproxy/haproxy.cfg
command = haproxy -f /etc/haproxy/haproxy.cfg
[program:nginx]
priority = 500
command = /usr/bin/nginx -g "daemon off; pid /run/nginx.pid; error_log stderr;"
command = nginx -g "daemon off; error_log stderr;"