vn-docker/reprepro/apache.conf

13 lines
255 B
ApacheConf
Raw Normal View History

2020-01-16 14:09:47 +00:00
<Directory /var/www/html>
Options Indexes
Options +FollowSymLinks
AllowOverride None
Order Allow,Deny
Allow From All
Require all granted
2020-01-16 17:02:43 +00:00
</Directory>
<Directory /var/www/html/.gnupg>
Order Deny,Allow
Deny From All
Require all denied
2020-01-16 14:09:47 +00:00
</Directory>