Blame SOURCES/welcome.conf

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