8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
|
<Directory /var/lib/reprepro/repo>
|
||
|
Options Indexes
|
||
|
Options +FollowSymLinks
|
||
|
AllowOverride None
|
||
|
Order Allow,Deny
|
||
|
Allow From All
|
||
|
Require all granted
|
||
|
</Directory>
|