Skip to content

Commit

Permalink
feat: increase gunicorn limit_request_line to allow long urls and avo…
Browse files Browse the repository at this point in the history
…id 400 errors
  • Loading branch information
remdub committed Jan 7, 2025
1 parent a4c17dd commit d95f610
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
1.4.3 (unreleased)
------------------

- Increase gunicorn limit_request_line to allow long urls and avoid 400 errors
[remdub]

- imio.directory.core 1.2.17

- WEB-4153 : Add a new cacheRuleset to use with our custom rest endpoints
Expand Down
1 change: 1 addition & 0 deletions templates/gunicorn.ini.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ host = 0.0.0.0
port = 8080
proc_name = plone
timeout = 0
limit_request_line = 8190

[app:zope]
use = egg:Zope#main
Expand Down

0 comments on commit d95f610

Please sign in to comment.