Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRobert Scheck <robert@fedoraproject.org>2017-02-16 13:45:11 +0300
committerRobert Scheck <robert@fedoraproject.org>2017-02-20 15:09:15 +0300
commit25a2cb8c6e821df0360d1843c5266cbf7acc2b55 (patch)
treee84c6d9c4ebdf04b5b74318cf8841f876b62d0ca /config
parentf25c89461c986b31171270e2186d000030b8df2e (diff)
Only request "IndexIgnore" if mod_autoindex is loaded
Signed-off-by: Robert Scheck <robert@fedoraproject.org>
Diffstat (limited to 'config')
-rw-r--r--config/.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/.htaccess b/config/.htaccess
index c7a7b79feac..853aed187d3 100644
--- a/config/.htaccess
+++ b/config/.htaccess
@@ -9,4 +9,6 @@ deny from all
</ifModule>
# section for Apache 2.2 and 2.4
+<ifModule mod_autoindex.c>
IndexIgnore *
+</ifModule>