]> git.openstreetmap.org Git - chef.git/commitdiff
tilecache: full port range
authorGrant Slater <git@firefishy.com>
Fri, 16 Aug 2019 20:23:35 +0000 (21:23 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 16 Aug 2019 20:26:33 +0000 (21:26 +0100)
roles/tilecache.rb

index adce84808c8130785e12e069cd6d73079edd3afa..ee5777735e1fc8c14479fdf06527eb4e514a7695 100644 (file)
@@ -40,7 +40,7 @@ default_attributes(
     :network_local_port_range => {
       :comment => "Increase available local port range",
       :parameters => {
-        "net.ipv4.ip_local_port_range" => "4096 64000"
+        "net.ipv4.ip_local_port_range" => "1024 65000"
       }
     },
     :kernel_tfo_listen_enable => {