diff --git a/examples/supervisor.conf b/examples/supervisor.conf index f082fe5f..73a7b762 100644 --- a/examples/supervisor.conf +++ b/examples/supervisor.conf @@ -2,6 +2,5 @@ command=/usr/local/bin/gunicorn main:application -c /path/to/project/gunicorn.conf.py directory=/path/to/project user=nobody -autostart=true autorestart=true redirect_stderr=true