18 γραμμές
425 B
Plaintext
18 γραμμές
425 B
Plaintext
|
|
[supervisord]
|
||
|
|
nodaemon=true
|
||
|
|
logfile=/var/log/supervisor/supervisord.log
|
||
|
|
|
||
|
|
[program:nginx]
|
||
|
|
command=/usr/sbin/nginx -g "daemon off;"
|
||
|
|
autostart=true
|
||
|
|
autorestart=true
|
||
|
|
stderr_logfile=/var/log/nginx/error.log
|
||
|
|
stdout_logfile=/var/log/nginx/access.log
|
||
|
|
|
||
|
|
[program:llama-servers]
|
||
|
|
command=/app/bin/start-multi-servers.sh
|
||
|
|
autostart=true
|
||
|
|
autorestart=false
|
||
|
|
stderr_logfile=/var/log/llama-servers.log
|
||
|
|
stdout_logfile=/var/log/llama-servers.log
|