aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-22 17:01:51 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-22 17:01:51 +0100
commit98a48bca4e6db536620b50e01c24e56e12ea1464 (patch)
tree9628f0549ad77dc618f584c43a27c041e1cfdafa
parentbf572c6ab0c4e5e53461334287f8a5b97f1d8dc4 (diff)
downloads2i-virtio-spec-98a48bca4e6db536620b50e01c24e56e12ea1464.tar.gz
fix access
-rw-r--r--etc/virtio-spec-documentroot.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/virtio-spec-documentroot.conf b/etc/virtio-spec-documentroot.conf
index e4fbc0e..401e7b0 100644
--- a/etc/virtio-spec-documentroot.conf
+++ b/etc/virtio-spec-documentroot.conf
@@ -1,2 +1,6 @@
Listen 8080
DocumentRoot /opt/app-root/src/output
+<Directory /opt/app-root/src/output>
+ Options Indexes
+ Require ip any
+</Directory> \ No newline at end of file