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