I'm wondering if it's possible to have a global error_page directive in nginx without redirecting (changing the URL in the browser's address bar).
I know this is possible by using a named location, but global error pages are declared in the http block, which doesn't allow location directives. I have a number of vhosts in my configuration and I'm trying to avoid adding this to current and all future vhosts.
I'm currently using nginx 1.3.0 if that makes a difference.