OnlineJudge/dockerfiles/oj_web_server/gunicorn.conf
virusdefender 2d1a95aa44 fix typo
2015-09-17 16:11:14 +08:00

16 lines
276 B
Plaintext

[program:gunicorn]
command=gunicorn oj.wsgi:application -b 0.0.0.0:8080 --reload
directory=/code/
user=root
numprocs=1
stdout_logfile=/code/log/gunicorn.log
stderr_logfile=/code/log/gunicorn.log
autostart=true
autorestart=true
startsecs=5
stopwaitsecs = 6
killasgroup=true