Skip to content
Snippets Groups Projects
Unverified Commit b261158b authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub
Browse files

Make gunicorn default access log to stdout (#490)

* make gunicorn default access log to stdout

* Update python.gunicorn.sh
parent 009d0ddb
No related branches found
No related tags found
No related merge requests found
# 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 -"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment