Make lighttpd reject 0.4 API requests without talking to rails.

This commit is contained in:
Tom Hughes 2007-10-07 11:47:24 +00:00
parent 09ccace450
commit 334b76d2a9

View file

@ -31,10 +31,11 @@ server.errorlog = "/var/log/lighttpd/error.log"
$HTTP["remoteip"] == "127.0.0.1" { status.status-url = "/server-status" }
#
# API 0.3 is long dead, so fail any attempt to access it without
# Fail any attempt to access old versions of the API without
# getting rails involved at all
#
$HTTP["url"] =~ "^/api/0.3/" { url.access-deny = ("") }
$HTTP["url"] =~ "^/api/0.4/" { url.access-deny = ("") }
#
# IP blocked at SteveC's request as it was trying to download the