diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 17:46:37 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 17:46:37 +0100 |
commit | 9b095112c35dbcbe786f8a06a36c6dc4b46e0a4e (patch) | |
tree | d721a61c821ce9ad8384e88201005be2084c1cba | |
parent | 84b8ecc20c5c3a78caacd5dcb534c176874dae44 (diff) | |
download | s2i-virtio-spec-9b095112c35dbcbe786f8a06a36c6dc4b46e0a4e.tar.gz |
indexconfig
-rw-r--r-- | etc/virtio-spec-documentroot.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/virtio-spec-documentroot.conf b/etc/virtio-spec-documentroot.conf index 8c5973f..cc4a737 100644 --- a/etc/virtio-spec-documentroot.conf +++ b/etc/virtio-spec-documentroot.conf @@ -1,8 +1,8 @@ Listen 8080 DocumentRoot /opt/app-root/src/output -<Directory /opt/app-root/src/output> - Options Indexes +<Directory "/opt/app-root/src/output"> + Options +Indexes IndexOptions FancyIndexing DescriptionWidth=* HeaderName README.html Require all granted -</Directory>
\ No newline at end of file +</Directory> |