<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hello all,<br><br>I made a debug html that displays some debugging information (additional nginx variables)... but Id also prefer to print along with the output produced by stub_status . Is there anyway to do this?<br><br>Something like this doesnt appear to work:<br><br><br>location /static-test { <br> default_type text/html;<br> stub_status on;<br> return 200 "test" <br> }<br><br>it either prints my test, or if I comment it .. it prints the status of nginx.<br><br><br>Regards,<br>Sam<br><br> </div></body>
</html>