I have django 1.3 on the remote server behind Nginx.
If I run django with apache + mod_wsgi, I can watch errors in apache log files. It\'s ok but I\'d like to have
Nginx directive proxy_intercept_errors off; (disabled by default) is what I needed
proxy_intercept_errors off;