]> git.openstreetmap.org Git - rails.git/commitdiff
Add (commented out) rule for blocked tilesAtHome.
authorTom Hughes <tom@compton.nu>
Mon, 13 Aug 2007 22:37:12 +0000 (22:37 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 13 Aug 2007 22:37:12 +0000 (22:37 +0000)
config/lighttpd.conf

index ffe2ea4f3adb364752b2201e6246794826bb0744..557a048bcfaa573cd441ef5e42dd57a65269d45e 100644 (file)
@@ -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
 #