Hello! On Wed, Dec 09, 2015 at 10:57:08AM -0500, ibmed wrote:
> Looks like nginx removes response body when HTTP code is 4xx/5xx. > > Is there a way to make nginx proxy the original response body? This is what nginx does by default. If you see response bodies removed in your setup, you've probably explicitly asked nginx to do so using the proxy_intercept_errors directive. See http://nginx.org/r/proxy_intercept_errors for details. -- Maxim Dounin http://nginx.org/ _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
