From: Tom Hughes Date: Thu, 6 Oct 2022 18:55:51 +0000 (+0100) Subject: Enable reqtimeout on the web frontends X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/e6306b8ef9a45d1b41ab38ea3969d7cb25070ca2 Enable reqtimeout on the web frontends --- diff --git a/cookbooks/web/recipes/frontend.rb b/cookbooks/web/recipes/frontend.rb index e18974af8..e183bfb47 100644 --- a/cookbooks/web/recipes/frontend.rb +++ b/cookbooks/web/recipes/frontend.rb @@ -33,6 +33,7 @@ apache_module "proxy" apache_module "proxy_fcgi" apache_module "lbmethod_byrequests" apache_module "lbmethod_bybusyness" +apache_module "reqtimeout" apache_module "rewrite" apache_module "unique_id"