git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/httpd/conf.d/welcome.bak
diff options
context:
space:
mode:
Diffstat (limited to 'localfs/etc/httpd/conf.d/welcome.bak')
-rw-r--r--localfs/etc/httpd/conf.d/welcome.bak18
1 files changed, 18 insertions, 0 deletions
diff --git a/localfs/etc/httpd/conf.d/welcome.bak b/localfs/etc/httpd/conf.d/welcome.bak
new file mode 100644
index 0000000..5d1e452
--- /dev/null
+++ b/localfs/etc/httpd/conf.d/welcome.bak
@@ -0,0 +1,18 @@
+#
+# 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.
+#
+# NOTE: if this file is removed, it will be restored on upgrades.
+#
+<LocationMatch "^/+$">
+ Options -Indexes
+ ErrorDocument 403 /.noindex.html
+</LocationMatch>
+
+<Directory /usr/share/httpd/noindex>
+ AllowOverride None
+ Require all granted
+</Directory>
+
+Alias /.noindex.html /usr/share/httpd/noindex/index.html