When I try to access a nonexistent route or make a mistake inside the Twig template, instead of getting a Symfony error page with debug information, I get redirected to Bad Gateway by default nginx 502.
An interesting line is shown in the log:
013/07/17 16:11:41 [error] 16952#0: *187 upstream sent too big header while reading response header from upstream, client: 127.0.0.1, server: ftwo.localhost, request: "GET /heasd HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "ftwo.localhost"
Any ideas?
nginx symfony
Daniel Ribeiro Jul 17 '13 at 19:04 on 2013-07-17 19:04
source share