projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c937093
)
Add (commented out) rule for blocked tilesAtHome.
author
Tom Hughes
<tom@compton.nu>
Mon, 13 Aug 2007 22:37:12 +0000
(22:37 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 13 Aug 2007 22:37:12 +0000
(22:37 +0000)
config/lighttpd.conf
patch
|
blob
|
history
diff --git
a/config/lighttpd.conf
b/config/lighttpd.conf
index ffe2ea4f3adb364752b2201e6246794826bb0744..557a048bcfaa573cd441ef5e42dd57a65269d45e 100644
(file)
--- 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
#