hub: unlimited NameWidth for kojifiles Apache location
Prior to this change, Apache's mod_autoindex would limit the file name lengths in when it displayed directory and file lists under the archive location /kojifiles. Koji archive filenames are often be longer than mod_autoindex's default of 20 bytes. Configure mod_autoindex to show the entire filenames. This makes it easier for users to browse /kojifiles to see at a glance which files are stored.
This commit is contained in:
parent
6cb431ad8c
commit
5ed66ca927
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ Alias /kojifiles "/mnt/koji/"
|
||||||
#you will need to follow all symlinks instead, e.g.
|
#you will need to follow all symlinks instead, e.g.
|
||||||
#Options Indexes FollowSymLinks
|
#Options Indexes FollowSymLinks
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
|
IndexOptions +NameWidth=*
|
||||||
<IfVersion < 2.4>
|
<IfVersion < 2.4>
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue