You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/08/21 11:07:01 UTC

[camel-website] branch master updated: CAMEL-13890: enable indexes for /schema/...

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new bb291a9  CAMEL-13890: enable indexes for /schema/...
bb291a9 is described below

commit bb291a98071f73fd295220c6f96223708446279f
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Wed Aug 21 13:06:57 2019 +0200

    CAMEL-13890: enable indexes for /schema/...
---
 static/schema/.htaccess | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/static/schema/.htaccess b/static/schema/.htaccess
new file mode 100644
index 0000000..f3152f3
--- /dev/null
+++ b/static/schema/.htaccess
@@ -0,0 +1,6 @@
+# Enable directory indexes for /schema/...
+# see https://issues.apache.org/jira/browse/CAMEL-13890
+
+<IfModule mod_autoindex.c>
+    Options Indexes
+</IfModule>