altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/welcome.conf

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