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

Update python.gunicorn.sh (#628)

parent de680016
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
export FORWARDED_ALLOW_IPS='*'
# Automatic configuration for Gunicorn's stdout access log setting.
export GUNICORN_CMD_ARGS="--access-logfile -"
export GUNICORN_CMD_ARGS=${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