Blame SOURCES/index.html

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

Welcome to nginx on Red Hat Enterprise Linux!

810fe6
810fe6
        
810fe6
            

This page is used to test the proper operation of the

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

810fe6
810fe6
            
810fe6
                

Website Administrator

810fe6
                
810fe6
                    

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

810fe6
                    is distributed with nginx on
810fe6
                    Red Hat Enterprise Linux.  It is located in
810fe6
                    <tt>/opt/rh/nginx14/root/usr/share/nginx/html</tt>.

810fe6
810fe6
                    

You should now put your content in a location of

810fe6
                    your choice and edit the <tt>root</tt> configuration
810fe6
                    directive in the nginx
810fe6
                    configuration file
810fe6
                    <tt>/opt/rh/nginx14/root/etc/nginx/nginx.conf</tt>.

810fe6
810fe6
                    

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.

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