Currently when a SVN request comes in it is forwarded to the PHP backend so we can check if it is authorized. This is not really needed when no Authorization
header is provided since we know the request is going to be rejected. This sort of requests happen even in a legitimate situations, SVN clients tries to access resources without providing credentials first.
We can save some resources by rejecting those requests directly at the nginx level to avoid reaching out to the PHP backend.