Blogger Information
Blog 5
fans 0
comment 0
visits 7697
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
502 Bad Gateway Nginx
kfzphp项目问题解决方案
Original
780 people have browsed it

1、增加children的数量

vi /usr/local/php/etc/php-fpm.conf

pm.max_children = 40

request_terminate_timeout = 100

修改成:

pm.max_children = 400

request_terminate_timeout = 1000


2、增加缓冲区容量

vi /usr/local/nginx/conf/nginx.conf

fastcgi_buffer_size 64k;

fastcgi_buffers 4 64k;

修改成:

fastcgi_buffer_size 128k;

fastcgi_buffers 4 128k;


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post