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