Hi, is possible to replace a string only when proxy_pass return a 404 stutus? I mean something like ``` sh proxy_pass http://foo.bar/nonexistent/ if ($status = "404") { replace_filter 'Hello' 'Ciao'; } ``` thank you in advance, best regards. -theMiddle