github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/containers/ddev-webserver/ddev-webserver-base-files/etc/supervisor/gunicorn.conf (about) 1 [program:gunicorn] 2 # bind, chdir, workers 3 command = bash -c "cd /var/www/html/${DDEV_DOCROOT} && python /usr/local/bin/start-gunicorn.py || (echo 'failed to start gunicorn' && sleep infinity)" 4 priority=5 5 stdout_logfile=/var/tmp/logpipe 6 stdout_logfile_maxbytes=0 7 redirect_stderr=true 8 autorestart=true 9 startretries=3