X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/868dbb785525168c1d36f121bf83ebdd6c1aba51..9d456f01b9ef62193a864f8f2c8a81b563c0f51b:/cookbooks/networking/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 0ed0841bf..16dd48269 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -336,6 +336,7 @@ firewall_rule "accept-http" do dest "fw" proto "tcp:syn" dest_ports "http" + connection_limit node[:networking][:firewall][:http_connection_limit] end firewall_rule "accept-https" do @@ -344,4 +345,5 @@ firewall_rule "accept-https" do dest "fw" proto "tcp:syn" dest_ports "https" + connection_limit node[:networking][:firewall][:http_connection_limit] end