diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 17:01:51 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 17:01:51 +0100 |
commit | 98a48bca4e6db536620b50e01c24e56e12ea1464 (patch) | |
tree | 9628f0549ad77dc618f584c43a27c041e1cfdafa /etc | |
parent | bf572c6ab0c4e5e53461334287f8a5b97f1d8dc4 (diff) | |
download | s2i-virtio-spec-98a48bca4e6db536620b50e01c24e56e12ea1464.tar.gz |
fix access
Diffstat (limited to 'etc')
-rw-r--r-- | etc/virtio-spec-documentroot.conf | 4 |
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 |