修复配置文件日志路径错误

This commit is contained in:
virusdefender
2015-09-17 15:41:44 +08:00
parent 7f72e3f1b0
commit beb060bf63
3 changed files with 10 additions and 10 deletions

View File

@@ -2,11 +2,11 @@
command=gunicorn oj.wsgi:application -b 0.0.0.0:8080 --reload
directory=/root/qduoj/
directory=/code/qduoj/
user=root
numprocs=1
stdout_logfile=/root/log/gunicorn.log
stderr_logfile=/root/log/gunicorn.log
stdout_logfile=/code/log/gunicorn.log
stderr_logfile=/code/log/gunicorn.log
autostart=true
autorestart=true
startsecs=5