mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
b261158bf2
* make gunicorn default access log to stdout * Update python.gunicorn.sh
6 lines
214 B
Bash
Executable File
6 lines
214 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="--access-logfile -"
|