]> git.openstreetmap.org Git - chef.git/commitdiff
Enable reqtimeout on the web frontends
authorTom Hughes <tom@compton.nu>
Thu, 6 Oct 2022 18:55:51 +0000 (19:55 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 6 Oct 2022 18:56:12 +0000 (19:56 +0100)
cookbooks/web/recipes/frontend.rb

index e18974af8507c7e441c7e7408897a8420ebdd18d..e183bfb47710d7ae48c2389f2bd8f40a971bd4c9 100644 (file)
@@ -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"