<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Instead of using 3rd-party echo module, you can utilize the return directive<br>
for the same purpose:<br>
<br>
  return 200 '{"status": "Not Found"}';<br>
<br>
Reference: <a href="http://nginx.org/r/return" target="_blank">http://nginx.org/r/return</a><br>
<br>
  wbr, Valentin V. Bartenev<br></blockquote><div><br><div class="gmail_default" style="font-size:small;color:rgb(51,51,153);display:inline">​I would have intuitively written code 404 rather than 200 on this one since the aim is to send a 404 error answer.​<br>

</div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153);display:inline">Am I wrong? Would that loop?<br><font size="1"><span style="color:rgb(102,102,102)"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153);display:inline">

​</div>---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font><br></div></div></div></div></div>