Skip to content

Commit

Permalink
Set gunicorn limit-request-line to 8190 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
llienher committed May 19, 2021
1 parent b824521 commit 883bb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
- CASIPO_OWNCLOUD_PASSWORD
- PAG_SMTP_SERVER
- DEFAULT_MYMAPS_ROLE
- GUNICORN_PARAMS=--bind=:8080 --threads=10 --timeout=60 --reload --forwarded-allow-ips=*
- GUNICORN_PARAMS=--bind=:8080 --threads=10 --timeout=60 --reload --forwarded-allow-ips=* --limit-request-line=8190
- DB_PGROUTE
- MAILER_DIRECTORY
- AGE_CRUES_MAP_ID
Expand Down

0 comments on commit 883bb8c

Please sign in to comment.