summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-06-25 11:44:38 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-06-25 11:44:38 +0200
commit9be1d08c3cb669f4829b0aa4af53d90cf3a9d153 (patch)
tree4f4bc06d2e336c0f425ae290f3be927dd2008779
parent160d8003f8d42eb3856ba45680c0ace73bee9618 (diff)
parent08984154cdc5c54974e523727e0555e1370caf49 (diff)
downloadnextcloud-server-9be1d08c3cb669f4829b0aa4af53d90cf3a9d153.tar.gz
nextcloud-server-9be1d08c3cb669f4829b0aa4af53d90cf3a9d153.zip
Merge pull request #17162 from owncloud/LukasReschke-patch-1
Create .htaccess
-rw-r--r--build/.htaccess12
1 files changed, 12 insertions, 0 deletions
diff --git a/build/.htaccess b/build/.htaccess
new file mode 100644
index 00000000000..c7a7b79feac
--- /dev/null
+++ b/build/.htaccess
@@ -0,0 +1,12 @@
+# line below if for Apache 2.4
+<ifModule mod_authz_core.c>
+Require all denied
+</ifModule>
+
+# line below if for Apache 2.2
+<ifModule !mod_authz_core.c>
+deny from all
+</ifModule>
+
+# section for Apache 2.2 and 2.4
+IndexIgnore *