mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
6 lines
236 B
Bash
Executable File
6 lines
236 B
Bash
Executable File
# Automatic configuration for Gunicorn's ForwardedAllowIPS setting.
|
|
export FORWARDED_ALLOW_IPS='*'
|
|
|
|
# Automatic configuration for Gunicorn's stdout access log setting.
|
|
export GUNICORN_CMD_ARGS=${GUNICORN_CMD_ARGS:-"--access-logfile -"}
|