i've running a nginx web server. my config: http://pastie.org/private/yuz8xvddwfguaeqnvopnaa
Everything works fine - except when my ajax controller (ajax.php) is called. (It is called automatically through a shoutbox) then i got a 500 Error.
Any Ideas?
fastcgi_intercept_errorsin your config, increase the verbosity of your error logging, and check your error log (and add it to your question if needed). (My random guess, given the information - look into port_in_redirect) – cyberx86 Feb 6 at 18:51