Hi, i have installed nginx/1.2.1 on a debian 7 server, the image seems to have been loaded but shows broken & are not displayed on my index.html page
here is what did,
html>
<head>
<title>Welcome to nginx!</title>
</head>
<body bgcolor="white" text="black">
<center><h1>Welcome to nginx!</h1></center>
</body>
</html>
</head>
<body>
<img src="/usr/share/nginx/www/images/infographic.jpg" alt="infographic" width="800" height="800">
</body>
</html>
please suggest me how to fix this ?
Regards
skorpinok
here is what did,
html>
<head>
<title>Welcome to nginx!</title>
</head>
<body bgcolor="white" text="black">
<center><h1>Welcome to nginx!</h1></center>
</body>
</html>
</head>
<body>
<img src="/usr/share/nginx/www/images/infographic.jpg" alt="infographic" width="800" height="800">
</body>
</html>
please suggest me how to fix this ?
Regards
skorpinok