Blame SPECS/welcome.conf

Packit 718f12
# 
Packit 718f12
# This configuration file enables the default "Welcome" page if there
Packit 718f12
# is no default index page present for the root URL.  To disable the
Packit 718f12
# Welcome page, comment out all the lines below. 
Packit 718f12
#
Packit 718f12
# NOTE: if this file is removed, it will be restored on upgrades.
Packit 718f12
#
Packit 718f12
<LocationMatch "^/+$">
Packit 718f12
    Options -Indexes
Packit 718f12
    ErrorDocument 403 /noindex/index.html
Packit 718f12
</LocationMatch>
Packit 718f12
Packit 718f12
<Directory /usr/share/httpd/noindex>
Packit 718f12
    Options MultiViews
Packit 718f12
    DirectoryIndex index.html
Packit 718f12
Packit 718f12
    AddLanguage en-US .en-US
Packit 718f12
    AddLanguage es-ES .es-ES
Packit 718f12
    AddLanguage zh-CN .zh-CN
Packit 718f12
    AddLanguage zh-HK .zh-HK
Packit 718f12
    AddLanguage zh-TW .zh-TW
Packit 718f12
Packit 718f12
    LanguagePriority en
Packit 718f12
    ForceLanguagePriority Fallback
Packit 718f12
Packit 718f12
    AllowOverride None
Packit 718f12
    Require all granted
Packit 718f12
</Directory>
Packit 718f12
Packit 718f12
Alias /noindex /usr/share/httpd/noindex