fix werkzeug server header

This commit is contained in:
Kenneth Kehl
2025-02-03 14:38:43 -08:00
parent e65a9d87d4
commit fa0d308eff
5 changed files with 5 additions and 21 deletions

View File

@@ -4,4 +4,4 @@ if [[ $CF_INSTANCE_INDEX -eq 0 ]]; then
flask db upgrade
fi
exec newrelic-admin run-program gunicorn -c ${HOME}/gunicorn_config.py application
exec newrelic-admin run-program gunicorn -c ${HOME}/gunicorn_config.py --no-sendfile application