dev/provisioning/modules/sysconfig/files/httpd/welcome.conf
changeset 28 b0b56e0f8c7f
equal deleted inserted replaced
27:a2342f26c9de 28:b0b56e0f8c7f
       
     1 #
       
     2 # This configuration file enables the default "Welcome" page if there
       
     3 # is no default index page present for the root URL.  To disable the
       
     4 # Welcome page, comment out all the lines below.
       
     5 #
       
     6 # NOTE: if this file is removed, it will be restored on upgrades.
       
     7 #
       
     8 # <LocationMatch "^/+$">
       
     9 #     Options -Indexes
       
    10 #     ErrorDocument 403 /.noindex.html
       
    11 # </LocationMatch>
       
    12 #
       
    13 # <Directory /usr/share/httpd/noindex>
       
    14 #     AllowOverride None
       
    15 #     Require all granted
       
    16 # </Directory>
       
    17 #
       
    18 # Alias /.noindex.html /usr/share/httpd/noindex/index.html
       
    19 # Alias /noindex/css/bootstrap.min.css /usr/share/httpd/noindex/css/bootstrap.min.css
       
    20 # Alias /noindex/css/open-sans.css /usr/share/httpd/noindex/css/open-sans.css
       
    21 # Alias /images/apache_pb.gif /usr/share/httpd/noindex/images/apache_pb.gif
       
    22 # Alias /images/poweredby.png /usr/share/httpd/noindex/images/poweredby.png