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