From 0632591996893fe136a1f2fe44d9b9f404f41f3e Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 1 Nov 2018 13:30:58 +0100 Subject: Initial commit --- localfs/etc/httpd/conf.d/welcome.bak | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 localfs/etc/httpd/conf.d/welcome.bak (limited to 'localfs/etc/httpd/conf.d/welcome.bak') 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. +# + + Options -Indexes + ErrorDocument 403 /.noindex.html + + + + AllowOverride None + Require all granted + + +Alias /.noindex.html /usr/share/httpd/noindex/index.html -- cgit v1.2.3