nginx   php   fastcgi优化相关

nginx  虚拟主机  server  负载均衡 upstream  session  ip-hash


fpm优化   xml文件

max_children 设置Fastcgi进程数 小于2G(64)4G以上(200)

request_timeout 执行脚本时间

rlimit_files 打开文件数限制    65535


Fastcgi模式   TCP/IP模式(主机,端口模式)

socket模式(不经过网络协议栈,进程通信)


Fstcgi参数优化  HTTP层

timeout/buffers/cache


location以正则方式指定类型文件

你可能感兴趣的:(nginx,PHP,fastcgi)