Home > Backend Development > PHP Tutorial > javascript - The content returned by ajax request to nginx server is truncated?

javascript - The content returned by ajax request to nginx server is truncated?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-09-27 14:18:10
Original
1360 people have browsed it

There is no problem under apache, so it feels like it is a configuration problem with nginx. However, this problem does not necessarily occur. After it occurs, ctrl+f5 refresh will be normal, and then it will occur accidentally again

Reply content:

There is no problem under apache, so it feels like it is a configuration problem with nginx. However, this problem does not necessarily occur. After it occurs, ctrl+f5 refresh will be normal, and then it will appear accidentally again

Generally, the cookie length exceeds the range and the cookie length needs to be reduced,

Or modify the nginx configuration,
Increase the client request header buffer size,
client_header_buffer_size 32k
large_client_header_buffers 4 128k

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Error restarting nginx
From 1970-01-01 08:00:00
0
0
0
server - Nginx configuration webapp problem
From 1970-01-01 08:00:00
0
0
0
Nginx default.conf problem
From 1970-01-01 08:00:00
0
0
0
centos7 - NGINX exception occurs
From 1970-01-01 08:00:00
0
0
0
nginx load balancing
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template