Solution 1:
This error seems to come from a Gunicorn backend, not from Nginx. You can change it's limit by passing the parameter --limit-request-line
or set limit_request_line
.
You can see a description here.
This error seems to come from a Gunicorn backend, not from Nginx. You can change it's limit by passing the parameter --limit-request-line
or set limit_request_line
.
You can see a description here.