reprepro security fix

This commit is contained in:
Juan Ferrer 2020-01-16 18:02:43 +01:00
parent 489ecc86f6
commit 10741ecc6a
1 changed files with 5 additions and 0 deletions

View File

@ -5,4 +5,9 @@
Order Allow,Deny
Allow From All
Require all granted
</Directory>
<Directory /var/www/html/.gnupg>
Order Deny,Allow
Deny From All
Require all denied
</Directory>