The ec2-api project docs aren't accessible because /ec2-api/ redirects
to /ec2-api/latest/ (due to the rule about project URLs without a
series) and /ec2-api/.* redirects to /ec2-api/latest/ (due to the rule
for service types). The combination ensures that accessing
docs.o.o/ec2-api/ results in an infinite redirect loop. This change
breaks the loop by skiping the service type rule when the service type
and project name match.
Change-Id: I79e869b12cbd33f79cd1455d9aa26ec5a6642429
Signed-off-by: Doug Hellmann <doug@doughellmann.com>