]> git.openstreetmap.org Git - rails.git/blobdiff - config/lighttpd.conf
Add (commented out) rule for blocked tilesAtHome.
[rails.git] / 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
 #