PHP, AJAX: large data being truncated on nginx

eric eric eric at kodeplay.com
Mon Sep 16 13:18:48 UTC 2013


Hello,

My PHP installation is configured to accept 8M of post data and use to 128M
of physical memory.

I have also configured following in nginx conf

client_body_buffer_size  100k;
client_header_buffer_size 100k;
client_max_body_size 16m;
large_client_header_buffers 200 100k;

When i try to post large data, some data from the last last textboxes is
truncated
There are over 200 textboxes on the page.
And i am getting the data in post only for 185 text boxes.

Thanks in advance.
-- 
Thanks & Regards,
Eric Fargose
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20130916/871d82f3/attachment.html>


More information about the nginx mailing list