mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
84f2fb5396
* update python.gunicorn.sh to WEB_CONCURRENCY.sh * don't remove WEB_CONCURRENCY for prefixed 0s * split gunicorn functionality into its own file * cleanup comments * fix var ordering * add retry to curl * use proper url for buildpack stdlib
3 lines
99 B
Bash
Executable File
3 lines
99 B
Bash
Executable File
# Automatic configuration for Gunicorn's ForwardedAllowIPS setting.
|
|
export FORWARDED_ALLOW_IPS='*'
|