Blame SOURCES/index.html

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

Welcome to nginx on Red Hat Enterprise Linux!

2ace6e
2ace6e
        
2ace6e
            

This page is used to test the proper operation of the

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

2ace6e
2ace6e
            
2ace6e
                

Website Administrator

2ace6e
                
2ace6e
                    

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

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

2ace6e
2ace6e
                    

You should now put your content in a location of

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

2ace6e
2ace6e
                    

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.

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