summaryrefslogtreecommitdiff
path: root/puppet/modules/apache/files/conf.d/CentOS/welcome.conf
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/apache/files/conf.d/CentOS/welcome.conf')
-rw-r--r--puppet/modules/apache/files/conf.d/CentOS/welcome.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/puppet/modules/apache/files/conf.d/CentOS/welcome.conf b/puppet/modules/apache/files/conf.d/CentOS/welcome.conf
new file mode 100644
index 00000000..7d7b0cd6
--- /dev/null
+++ b/puppet/modules/apache/files/conf.d/CentOS/welcome.conf
@@ -0,0 +1,10 @@
+#
+# This configuration file enables the default "Welcome"
+# page if there is no default index page present for
+# the root URL. To disable the Welcome page, comment
+# out all the lines below.
+#
+#<LocationMatch "^/+$">
+# Options -Indexes
+# ErrorDocument 403 /error/noindex.html
+#</LocationMatch>