Cover all repos with auth require

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2018-10-06 21:56:04 +02:00
parent 8b90e376f3
commit 5f5ce08129

View file

@ -7,7 +7,7 @@
Require claims_expr '(.scope | index("https://src.fedoraproject.org/push") != null)'
</LocationMatch>
<LocationMatch "/info/refs">
<LocationMatch ".*/info/refs">
<If "%{QUERY_STRING} =~ /service=git-upload-pack/">
Require all granted
</If>