Blame SOURCES/index.html

d78c9c
d78c9c
d78c9c
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
d78c9c
    <head>
d78c9c
        <title>Test Page for the Nginx HTTP Server on Red Hat Enterprise Linux</title>
d78c9c
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
d78c9c
        <style type="text/css">
d78c9c
            /*
d78c9c
            body {
d78c9c
                background-color: #fff;
d78c9c
                color: #000;
d78c9c
                font-size: 0.9em;
d78c9c
                font-family: sans-serif,helvetica;
d78c9c
                margin: 0;
d78c9c
                padding: 0;
d78c9c
            }
d78c9c
            :link {
d78c9c
                color: #c00;
d78c9c
            }
d78c9c
            :visited {
d78c9c
                color: #c00;
d78c9c
            }
d78c9c
            a:hover {
d78c9c
                color: #f50;
d78c9c
            }
d78c9c
            h1 {
d78c9c
                text-align: center;
d78c9c
                margin: 0;
d78c9c
                padding: 0.6em 2em 0.4em;
d78c9c
                background-color: #900;
d78c9c
                color: #fff;
d78c9c
                font-weight: normal;
d78c9c
                font-size: 1.75em;
d78c9c
                border-bottom: 2px solid #000;
d78c9c
            }
d78c9c
            h1 strong {
d78c9c
                font-weight: bold;
d78c9c
                font-size: 1.5em;
d78c9c
            }
d78c9c
            h2 {
d78c9c
                text-align: center;
d78c9c
                background-color: #900;
d78c9c
                font-size: 1.1em;
d78c9c
                font-weight: bold;
d78c9c
                color: #fff;
d78c9c
                margin: 0;
d78c9c
                padding: 0.5em;
d78c9c
                border-bottom: 2px solid #000;
d78c9c
            }
d78c9c
            hr {
d78c9c
                display: none;
d78c9c
            }
d78c9c
            .content {
d78c9c
                padding: 1em 5em;
d78c9c
            }
d78c9c
            .alert {
d78c9c
                border: 2px solid #000;
d78c9c
            }
d78c9c
d78c9c
            img {
d78c9c
                border: 2px solid #fff;
d78c9c
                padding: 2px;
d78c9c
                margin: 2px;
d78c9c
            }
d78c9c
            a:hover img {
d78c9c
                border: 2px solid #294172;
d78c9c
            }
d78c9c
            .logos {
d78c9c
                margin: 1em;
d78c9c
                text-align: center;
d78c9c
            }
d78c9c
            /*]]>*/
d78c9c
        </style>
d78c9c
    </head>
d78c9c
d78c9c
    <body>
d78c9c
        

Welcome to nginx on Red Hat Enterprise Linux!

d78c9c
d78c9c
        
d78c9c
            

This page is used to test the proper operation of the

d78c9c
            nginx HTTP server after it has been
d78c9c
            installed. If you can read this page, it means that the
d78c9c
            web server installed at this site is working
d78c9c
            properly.

d78c9c
d78c9c
            
d78c9c
                

Website Administrator

d78c9c
                
d78c9c
                    

This is the default <tt>index.html</tt> page that

d78c9c
                    is distributed with nginx on
d78c9c
                    Red Hat Enterprise Linux.  It is located in
d78c9c
                    <tt>/opt/rh/rh-nginx$scl_name_version/root/usr/share/nginx/html</tt>.

d78c9c
d78c9c
                    

You should now put your content in a location of

d78c9c
                    your choice and edit the <tt>root</tt> configuration
d78c9c
                    directive in the nginx
d78c9c
                    configuration file
d78c9c
                    <tt>/etc/opt/rh/rh-nginx$scl_name_version/nginx/nginx.conf</tt>.

d78c9c
d78c9c
                    

For information on Red Hat Enterprise Linux, please visit the Red Hat, Inc. website. The documentation for Red Hat Enterprise Linux is available on the Red Hat, Inc. website.

d78c9c
d78c9c
                
d78c9c
            
d78c9c
d78c9c
            
d78c9c
                
d78c9c
                    src="nginx-logo.png" 
d78c9c
                    alt="[ Powered by nginx ]"
d78c9c
                    width="121" height="32" />
d78c9c
                
d78c9c
                    src="poweredby.png"
d78c9c
                    alt="[ Powered by Red Hat Enterprise Linux ]"
d78c9c
                    width="88" height="31" />
d78c9c
            
d78c9c
        
d78c9c
    </body>
d78c9c
</html>