From c29adef565ea2e1453d677d1a1fbabdff0ba2f6b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 13 Aug 2007 22:37:12 +0000 Subject: [PATCH] Add (commented out) rule for blocked tilesAtHome. --- config/lighttpd.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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 # -- 2.43.2