Skip to content

Commit

Permalink
fix missing GUNICORN_ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
lujoga committed Dec 17, 2023
1 parent bc79de1 commit 79f0fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/pretalx.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export HOME=/pretalx
export GUNICORN_WORKERS="${GUNICORN_WORKERS:-${WEB_CONCURRENCY:-$((2 * $(nproc)))}}"
export GUNICORN_MAX_REQUESTS="${GUNICORN_MAX_REQUESTS:-1200}"
export GUNICORN_MAX_REQUESTS_JITTER="${GUNICORN_MAX_REQUESTS_JITTER:-50}"
export GUNICORN_FORWARDED_ALLOW_IPS="${FORWARDED_ALLOW_IPS:-127.0.0.1}"
export GUNICORN_FORWARDED_ALLOW_IPS="${GUNICORN_FORWARDED_ALLOW_IPS:-127.0.0.1}"

AUTOMIGRATE="${AUTOMIGRATE:-yes}"

Expand Down

0 comments on commit 79f0fbb

Please sign in to comment.