Blame SOURCES/index.html

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

Welcome to nginx on Red Hat Enterprise Linux!

33712d
33712d
        
33712d
            

This page is used to test the proper operation of the

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

33712d
33712d
            
33712d
                

Website Administrator

33712d
                
33712d
                    

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

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

33712d
33712d
                    

You should now put your content in a location of

33712d
                    your choice and edit the <tt>root</tt> configuration
33712d
                    directive in the nginx
33712d
                    configuration file
33712d
                    <tt>/etc/opt/rh/rh-nginx112/nginx/nginx.conf</tt>.

33712d
33712d
                    

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.

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