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