9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
|
#Alias /apt /var/cache/reprepro/
|
||
|
|
||
|
<Directory /var/cache/reprepro/>
|
||
|
Options Indexes
|
||
|
Options +FollowSymLinks
|
||
|
AllowOverride None
|
||
|
Require all granted
|
||
|
</Directory>
|