Blame SOURCES/welcome.conf

af9b8b
# 
af9b8b
# This configuration file enables the default "Welcome" page if there
af9b8b
# is no default index page present for the root URL.  To disable the
af9b8b
# Welcome page, comment out all the lines below. 
af9b8b
#
af9b8b
# NOTE: if this file is removed, it will be restored on upgrades.
af9b8b
#
af9b8b
<LocationMatch "^/+$">
af9b8b
    Options -Indexes
af9b8b
    ErrorDocument 403 /.noindex.html
af9b8b
</LocationMatch>
af9b8b
af9b8b
<Directory $datadir/httpd/noindex>
af9b8b
    AllowOverride None
af9b8b
    Require all granted
af9b8b
</Directory>
af9b8b
af9b8b
Alias /.noindex.html $datadir/httpd/noindex/index.html