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:19:09 UTC

[camel-website] branch master updated: CAMEL-13890: explicitly add Indexes with `+`

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 3bc4a58  CAMEL-13890: explicitly add Indexes with `+`
3bc4a58 is described below

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

    CAMEL-13890: explicitly add Indexes with `+`
---
 static/schema/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/schema/.htaccess b/static/schema/.htaccess
index f3152f3..a1b4c29 100644
--- a/static/schema/.htaccess
+++ b/static/schema/.htaccess
@@ -2,5 +2,5 @@
 # see https://issues.apache.org/jira/browse/CAMEL-13890
 
 <IfModule mod_autoindex.c>
-    Options Indexes
+    Options +Indexes
 </IfModule>