reprepro security fix
This commit is contained in:
parent
489ecc86f6
commit
10741ecc6a
|
@ -6,3 +6,8 @@
|
||||||
Allow From All
|
Allow From All
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
<Directory /var/www/html/.gnupg>
|
||||||
|
Order Deny,Allow
|
||||||
|
Deny From All
|
||||||
|
Require all denied
|
||||||
|
</Directory>
|
Loading…
Reference in New Issue