<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 28 Feb 2019, at 14:47, Christos Chatzaras <<a href="mailto:chris@cretaforce.gr" class="">chris@cretaforce.gr</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">If I try to visit an image that doesn't exist I get:<div class=""><br class=""></div><div class="">"404 Not Found"</div><div class=""><br class=""></div><div class="">If I add a location / { } then I get:</div><div class=""><br class=""></div><div class="">"File not found"</div><div class=""><br class=""></div><div class="">In both cases using curl -I <a href="http://www.example.com/image.png" class="">http://www.example.com/image.png</a> I get:</div><div class=""><br class=""></div><div class=""><div class="">HTTP/1.1 404 Not Found</div><div class="">Server: nginx</div><div class="">Date: Thu, 28 Feb 2019 12:46:56 GMT</div><div class="">Content-Type: text/html</div><div class="">Content-Length: 162</div><div class="">Connection: keep-alive</div></div><div class=""><br class=""></div><div class="">Any idea why it shows different message?</div></div></div></blockquote></div><div class=""><br class=""></div><div class="">The "File not found" message is displayed with Safari. With Curl and Firefox it shows "404 Not Found".</div><div class=""><br class=""></div><div class="">Does Safari overrides the original message?</div></body></html>