aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-25 17:08:31 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-25 17:08:31 +0100
commitbab20170f7437d5b2ffe571070b6d2129de0373e (patch)
tree05ca40d4f3030e6908a5327586a3eaf9f9b5a1ee
parent5827069fe70ec43710fa237fba53f8d3b35d33e9 (diff)
downloads2i-virtio-spec-bab20170f7437d5b2ffe571070b6d2129de0373e.tar.gz
use namewidth
-rw-r--r--etc/virtio-spec-documentroot.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/virtio-spec-documentroot.conf b/etc/virtio-spec-documentroot.conf
index c05446d..9b11957 100644
--- a/etc/virtio-spec-documentroot.conf
+++ b/etc/virtio-spec-documentroot.conf
@@ -2,7 +2,7 @@ Listen 8080
DocumentRoot /opt/app-root/src/output
<Directory "/opt/app-root/src/output">
Options Indexes
- IndexOptions FancyIndexing DescriptionWidth=*
+ IndexOptions FancyIndexing NameWidth=*
IndexStyleSheet kraxel.css
Require all granted
</Directory>