OnlineJudge/dockerfiles/oj_web_server/supervisord.conf

15 lines
287 B
Plaintext
Raw Normal View History

2015-09-17 07:21:08 +00:00
[supervisord]
2016-01-08 15:32:30 +00:00
logfile=/code/log/supervisord.log
logfile_maxbytes=50MB
logfile_backups=10
loglevel=info
pidfile=/code/log/supervisord.pid
nodaemon=true
user=nobody
childlogdir=/code/log/
2015-09-17 07:21:08 +00:00
[supervisorctl]
2016-01-08 15:32:30 +00:00
serverurl=unix:///tmp/supervisor.sock
2015-09-17 07:21:08 +00:00
[include]
files=gunicorn.conf task_queue.conf