X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f0c4e816b294c47907a803c5d8303ddaa67ea7fc..6af2598ad60ca0960050c586e954abb27648005c:/config/lighttpd.conf diff --git a/config/lighttpd.conf b/config/lighttpd.conf index ffe2ea4f3..557a048bc 100644 --- a/config/lighttpd.conf +++ b/config/lighttpd.conf @@ -40,6 +40,12 @@ $HTTP["url"] =~ "^/api/0.3/" { url.access-deny = ("") } # $HTTP["remoteip"] == "143.210.16.160" { url.access-deny = ("") } +# +# Rule to block tilesAtHome when somebody decides to queue vast +# number of tiles for rerendering +# +#$HTTP["useragent"] == "tilesAtHome" { url.access-deny = ("") } + # # Limit connections to 20 per IP address #