Return 404 for unknown API versions instead of 403.

This commit is contained in:
Tom Hughes 2009-04-20 17:17:00 +00:00
parent 17223b5177
commit 7f4aa53193

View file

@ -188,7 +188,7 @@ http {
# Deny old and unknown API versions
location ~ ^/api/0\.[0-9]+/ {
deny all;
return 404;
}
# Handle Special Case Expiry