Update supervisord.conf
This commit is contained in:
parent
71fa90d2bc
commit
64fff0f304
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ pidfile=/tmp/supervisord.pid
|
||||||
logfile=/tmp/supervisord.log
|
logfile=/tmp/supervisord.log
|
||||||
|
|
||||||
[program:dramaservice]
|
[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
|
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=/dev/stdout
|
||||||
stdout_logfile_maxbytes=0
|
stdout_logfile_maxbytes=0
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue