Blame SOURCES/index.html

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

Welcome to nginx on Red Hat Enterprise Linux!

6aa56d
6aa56d
        
6aa56d
            

This page is used to test the proper operation of the

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

6aa56d
6aa56d
            
6aa56d
                

Website Administrator

6aa56d
                
6aa56d
                    

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

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

6aa56d
6aa56d
                    

You should now put your content in a location of

6aa56d
                    your choice and edit the <tt>root</tt> configuration
6aa56d
                    directive in the nginx
6aa56d
                    configuration file
6aa56d
                    <tt>/etc/opt/rh/rh-nginx114/nginx/nginx.conf</tt>.

6aa56d
6aa56d
                    

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.

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