From c32f40975b563e611307b007884950ff9d0cc61a Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Tue, 3 Aug 2021 08:05:38 +0200 Subject: [PATCH] Update supervisord.conf --- supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supervisord.conf b/supervisord.conf index b4eae871d..b81a161d3 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -4,9 +4,9 @@ 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 stderr_logfile=/dev/stderr -stderr_logfile_maxbytes=0 \ No newline at end of file +stderr_logfile_maxbytes=0