Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

🐛 🔧 change defaut value of timeout in apache

Decision record

Currently, the Nginx timeout is configurable via netbox per mapping and can go up to 300s, while Apache has a default timeout of 60s. As a result, if a request exceeds Apache's timeout, it fails even though Nginx can allow more time. This PR aims to increase the Apache default timeout to ensure it matches Nginx's configurable timeout.

Changes

  • 🔧 Change default timeout of apache
  • 🔖 v0.20.1

Merge request reports

Loading