<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello. I'm running nginx as a proxy for back-end servers that are
returning a non-standard HTTP status phrase. I'd like to be able to
rewrite the status to something standard. For
example, if the back-end returns:<br><br>HTTP/1.1 400 Not Understood<br><br>I'd like to rewrite to:<br><br>HTTP/1.1 400 Bad Request<br><br>Thanks.<br><br><br>Regards,<br>John </div></body>
</html>