X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aa7b44fc6db3cb338b9aa830e547960a9904e329..7c110b4ca4633db65e1ed117ce20fc150ea68b0e:/cookbooks/networking/recipes/default.rb diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 831d7ce84..799871963 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -458,7 +458,7 @@ firewall_rule "accept-http" do action :accept source "net" dest "fw" - proto "tcp:syn" + proto "tcp" dest_ports %w[http https] rate_limit node[:networking][:firewall][:http_rate_limit] connection_limit node[:networking][:firewall][:http_connection_limit]