X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/868dbb785525168c1d36f121bf83ebdd6c1aba51..eae9091a7de8aa4ebd28957f9b3837ee2b7496ad:/cookbooks/networking/recipes/default.rb 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