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
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to