Bugs fixed
This commit is contained in:
parent
d4bbd2195b
commit
7f796e0b4a
|
@ -1,4 +1,4 @@
|
||||||
vn-repo (2.0.21) stable; urgency=low
|
vn-repo (2.0.22) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#Alias /apt /var/cache/reprepro/
|
#Alias /apt /var/cache/reprepro/
|
||||||
Alias /repo /var/cache/vn-repo/web/
|
Alias /vn-repo /usr/share/vn-repo/web/
|
||||||
|
|
||||||
<Directory /var/cache/reprepro/>
|
<Directory /var/cache/reprepro/>
|
||||||
Options Indexes
|
Options Indexes
|
||||||
|
@ -8,7 +8,7 @@ Alias /repo /var/cache/vn-repo/web/
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /var/cache/vn-repo/web>
|
<Directory /usr/share/vn-repo/web/>
|
||||||
Options Indexes
|
Options Indexes
|
||||||
Options +FollowSymLinks
|
Options +FollowSymLinks
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
|
|
Reference in New Issue