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')
m---------puppet/modules/apache0
-rw-r--r--puppet/modules/apache/files/conf.d/CentOS/welcome.conf10
2 files changed, 10 insertions, 0 deletions
diff --git a/puppet/modules/apache b/puppet/modules/apache
deleted file mode 160000
-Subproject 117bed9a9263c21d253d86b667eb165948efdc2
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>