Add (commented out) rule for blocked tilesAtHome.
This commit is contained in:
parent
c9370930ea
commit
c29adef565
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue