Closed YoshihitoAso closed 1 year ago
If you want to deploy this behind reverse proxy, it is preferable to be able to set keep-alive timeout.
When Gunicorn is deployed behind a load balancer, it often makes sense to set this to a higher value. https://docs.gunicorn.org/en/stable/settings.html#keepalive
We would like to add keep-alive timeout option and set the default value 75sec.
Is your feature request related to a problem? Please describe.
If you want to deploy this behind reverse proxy, it is preferable to be able to set keep-alive timeout.
Describe the solution you'd like
We would like to add keep-alive timeout option and set the default value 75sec.