We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7db01 commit 5e0d5c7Copy full SHA for 5e0d5c7
container_startup.sh
@@ -14,5 +14,5 @@ python ./manage.py collectstatic --noinput
14
if [ "$BUILD_ENV" == 'dev' ]; then
15
python ./manage.py runserver 0.0.0.0:80 --insecure
16
else
17
- gunicorn coldfront.config.wsgi:application --bind 0.0.0.0:80 --reload --timeout 144000
+ gunicorn coldfront.config.wsgi:application --bind 0.0.0.0:80 --error-logfile /var/log/gunicorn_errors.log --reload --timeout 144000 --workers=3
18
fi
0 commit comments