Spaces:
Sleeping
Sleeping
File size: 422 Bytes
f18dd15 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[supervisord]
user=drx
nodaemon=true
logfile=/var/log/supervisord.log
pidfile=/run/supervisord.pid
[program:nginx]
command=nginx -g 'daemon off;'
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
redirect_stderr=true
autorestart=false
startretries=0
[program:v2ray]
command=/usr/bin/box -config=/etc/config.json
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
redirect_stderr=true
autorestart=false
startretries=0
|