mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-21 12:07:00 +02:00
fix bin path
This commit is contained in:
parent
7587631c3f
commit
e6e4c250eb
@ -8,16 +8,16 @@ command = pdnsd -c /etc/pdnsd.conf
|
|||||||
|
|
||||||
[program:shadowsocks]
|
[program:shadowsocks]
|
||||||
priority = 300
|
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_start = 1981
|
||||||
numprocs = 5
|
numprocs = 5
|
||||||
process_name = %(process_num)d
|
process_name = %(process_num)d
|
||||||
|
|
||||||
[program:haproxy]
|
[program:haproxy]
|
||||||
priority = 400
|
priority = 400
|
||||||
command = /usr/bin/haproxy -f /etc/haproxy/haproxy.cfg
|
command = haproxy -f /etc/haproxy/haproxy.cfg
|
||||||
|
|
||||||
[program:nginx]
|
[program:nginx]
|
||||||
priority = 500
|
priority = 500
|
||||||
command = /usr/bin/nginx -g "daemon off; pid /run/nginx.pid; error_log stderr;"
|
command = nginx -g "daemon off; error_log stderr;"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user