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