Skip to content

Commit

Permalink
increase max header size (#1813)
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
drodowic authored Jul 25, 2023
1 parent 5c301f6 commit 627ae74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/bin/start-api
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GUNICORN_OPTIONS=(
--bind "${BIND_HOST}:${BIND_PORT}"
--workers "${GUNICORN_WORKERS}"
--access-logfile -
--limit-request-field_size 32768
)

if [[ -n "${GUNICORN_FORWARDED_ALLOW_IPS}" ]]; then
Expand Down

0 comments on commit 627ae74

Please sign in to comment.