You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
442 B
20 lines
442 B
2 years ago
|
[inet_http_server]
|
||
|
port=127.0.0.1:9001
|
||
|
|
||
|
[supervisorctl]
|
||
|
serverurl=http://127.0.0.1:9001
|
||
|
|
||
|
[program:apiserver]
|
||
|
command=/usr/local/bin/php -S 0.0.0.0:80
|
||
|
autostart=true
|
||
|
startretries=5
|
||
|
|
||
|
[program:shiftapp]
|
||
|
command=/usr/local/bin/shiftapp -conf=/kit-api/.config-prod.json
|
||
|
autostart=true
|
||
|
startretries=5
|
||
|
stdout_logfile=/tmp/stdout.txt
|
||
|
stdout_logfile_maxbytes=10000000
|
||
|
stderr_logfile=/tmp/stderr.txt
|
||
|
stderr_logfile_maxbytes=10000000
|