Skip to content

Commit cfa4625

Browse files
committed
modify readme
1 parent 323b5ca commit cfa4625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
> nginx、php-fpm 部分配置优化如下,请根据机器配置自行调整,相关文件及目录已挂载
2222
- nginx.conf
2323
- client_max_body_size 1024m,大文件上
24-
- proxy_read_timeout 240s,慢脚本支持 for proxy
24+
- proxy_read_timeout 240s,慢脚本支持 for proxy(java etc.)
2525
- fastcgi_read_timeout 240s,慢脚本支持 for fastcgi(php-fpm etc.)
2626
- worker_processes 4,**需要依据机器调优,CPU 核心数**`grep 'model name' /proc/cpuinfo | wc -l`
2727
- worker_connections 1024,**需要依据机器调优,最大文件句柄数**`ulimit -n`

0 commit comments

Comments
 (0)