forked from MarseyWorld/MarseyWorld
Update supervisord.conf
parent
9df2424c26
commit
c32f40975b
|
@ -4,7 +4,7 @@ pidfile=/tmp/supervisord.pid
|
|||
logfile=/tmp/supervisord.log
|
||||
|
||||
[program:dramaservice]
|
||||
directory=/opt/Drama/service
|
||||
directory=/d/service
|
||||
command=gunicorn drama.__main__:app -k gevent -w 5 --max-requests 10000 --max-requests-jitter 500 --reload --bind 0.0.0.0:80
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
|
|
Loading…
Reference in New Issue