Blame SOURCES/index.html

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

Welcome to nginx on Red Hat Enterprise Linux!

c4323e
c4323e
        
c4323e
            

This page is used to test the proper operation of the

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

c4323e
c4323e
            
c4323e
                

Website Administrator

c4323e
                
c4323e
                    

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

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

c4323e
c4323e
                    

You should now put your content in a location of

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

c4323e
c4323e
                    

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.

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