mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
https://mailinabox.email/
Creative Commons Zero v1.0 Universal
14.06k stars 1.44k forks source link

Increase management daemon proxy timeout #2407

Closed kiekerjan closed 4 months ago

kiekerjan commented 4 months ago

This change increases the timeout for the nginx proxy that provides access to the Mailinabox management daemon. This helps people who get a time-out on e.g. the status check page for large deployments (many domains). I chose the value 600 based on the gunicorn timeout

yeah commented 4 months ago

Thanks for the commit. However, I'd still like to point out that it's kind of a bandaid. A 10 minute (!) timeout for web requests is also kind of excessive and should be avoided if possible.

Luckily, it is possible and easy as pointed out in #2316 :-)