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

Welcome to nginx on Fedora!

4354b0d
4354b0d
        
4354b0d
            

This page is used to test the proper operation of the

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

4354b0d
4354b0d
            
4354b0d
                

Website Administrator

4354b0d
                
4354b0d
                    

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

4354b0d
                    is distributed with nginx on
4354b0d
                    Fedora.  It is located in
4354b0d
                    <tt>/usr/share/nginx/html</tt>.

4354b0d
4354b0d
                    

You should now put your content in a location of

4354b0d
                    your choice and edit the <tt>root</tt> configuration
4354b0d
                    directive in the nginx
4354b0d
                    configuration file
4354b0d
                    <tt>/etc/nginx/nginx.conf</tt>.

4354b0d
4354b0d
                
4354b0d
            
4354b0d
4354b0d
            
4354b0d
                
4354b0d
                    src="nginx-logo.png" 
4354b0d
                    alt="[ Powered by nginx ]"
4354b0d
                    width="121" height="32" />
4354b0d
4354b0d
                
4354b0d
                    src="poweredby.png" 
4354b0d
                    alt="[ Powered by Fedora ]" 
4354b0d
                    width="88" height="31" />
4354b0d
            
4354b0d
        
4354b0d
    </body>
4354b0d
</html>