Return 404 for unknown API versions instead of 403.
This commit is contained in:
parent
17223b5177
commit
7f4aa53193
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ http {
|
|||
|
||||
# Deny old and unknown API versions
|
||||
location ~ ^/api/0\.[0-9]+/ {
|
||||
deny all;
|
||||
return 404;
|
||||
}
|
||||
|
||||
# Handle Special Case Expiry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue