After Switching from Apache to Nginx, HTML Truncated

Posted by Ben Buras on Server Fault See other posts from Server Fault or by Ben Buras
Published on 2012-06-23T02:15:44Z Indexed on 2012/06/23 3:17 UTC
Read the original article Hit count: 515

Filed under:
|
|

Our site was running fine with Apache, but I am switching us over to Nginx (with php-fastcgi) to be more scalable.

Everything is working fine except our HTML gets truncated sometimes (usually on large pages).

Live server running Apache: http://bros4bros.com/index.php?action=browse_members&members_page=50 (WARNING: half naked guys!)

New server running Nginx: http://50.56.238.208/index.php?action=browse_members&members_page=50

I have tried modifying these settings with no avail:

max_execution_time

fastcgi_send_timeout

© Server Fault or respective owner

Related posts about nginx

Related posts about php5