try apache rate limiting on snapshot hosts
[mirror/dsa-puppet.git] / modules / apache2 / manifests / dynamic.pp
index f5a357f..a07347a 100644 (file)
@@ -75,6 +75,6 @@ class apache2::dynamic {
        @ferm::rule { 'dsa-http':
                prio        => '23',
                description => 'Allow web access',
-               rule        => 'proto tcp dport (http https) jump http'
+               rule        => 'proto tcp dport (http https 6081) jump http'
        }
 }