Blame SOURCES/index.html

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

Welcome to nginx on Red Hat Enterprise Linux!

36d786
36d786
        
36d786
            

This page is used to test the proper operation of the

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

36d786
36d786
            
36d786
                

Website Administrator

36d786
                
36d786
                    

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

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

36d786
36d786
                    

You should now put your content in a location of

36d786
                    your choice and edit the <tt>root</tt> configuration
36d786
                    directive in the nginx
36d786
                    configuration file
36d786
                    <tt>/etc/opt/rh/rh-nginx110/nginx/nginx.conf</tt>.

36d786
36d786
                    

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.

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