diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 17:24:26 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 17:24:26 +0100 |
commit | d25e205c7404aab12bc0c21b2b9a3ed8bffacd42 (patch) | |
tree | 911646fd01223ea4f89e93195bc5eed4a6867d2b | |
parent | 98a48bca4e6db536620b50e01c24e56e12ea1464 (diff) | |
download | s2i-virtio-spec-d25e205c7404aab12bc0c21b2b9a3ed8bffacd42.tar.gz |
fix access
-rw-r--r-- | etc/virtio-spec-documentroot.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/virtio-spec-documentroot.conf b/etc/virtio-spec-documentroot.conf index 401e7b0..42b59f4 100644 --- a/etc/virtio-spec-documentroot.conf +++ b/etc/virtio-spec-documentroot.conf @@ -2,5 +2,5 @@ Listen 8080 DocumentRoot /opt/app-root/src/output <Directory /opt/app-root/src/output> Options Indexes - Require ip any + Require all granted </Directory>
\ No newline at end of file |