Skip to content

Commit 5e0d5c7

Browse files
committed
change container_startup settings
1 parent 7e7db01 commit 5e0d5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container_startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ python ./manage.py collectstatic --noinput
1414
if [ "$BUILD_ENV" == 'dev' ]; then
1515
python ./manage.py runserver 0.0.0.0:80 --insecure
1616
else
17-
gunicorn coldfront.config.wsgi:application --bind 0.0.0.0:80 --reload --timeout 144000
17+
gunicorn coldfront.config.wsgi:application --bind 0.0.0.0:80 --error-logfile /var/log/gunicorn_errors.log --reload --timeout 144000 --workers=3
1818
fi

0 commit comments

Comments
 (0)