更改

跳到导航 跳到搜索
添加189字节 、 2019年9月5日 (四) 17:28
第87行: 第87行:     
== nginx fpm connect() to unix:xxx failed. http 502 ==
 
== nginx fpm connect() to unix:xxx failed. http 502 ==
 +
https://forum.nginx.org/read.php?11,215606,215606#msg-215606
 +
 +
 +
pm
 +
 +
pm.max_children
 +
 +
 +
listen.backlog = 4096
 +
 +
* nginx
 +
 +
<nowiki>
 +
server {
 +
        listen 80 backlog=1024;
 +
... ...
 +
}
 +
</nowiki>

导航菜单