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