X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f730147766ee891fb3d3fd3e3acb151010def20d..550c4a3a45814fde5c809334c85f1ebc47659a82:/config/lighttpd-host-blocks.sh diff --git a/config/lighttpd-host-blocks.sh b/config/lighttpd-host-blocks.sh deleted file mode 100644 index 3022e74db..000000000 --- a/config/lighttpd-host-blocks.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -if [ -d /etc/firewall ] -then - for ip in $(ls /etc/firewall) - do - echo "\$HTTP[\"remoteip\"] == \"$ip\" { url.access-deny = (\"\") }" - done -fi