We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee88d63 commit 502e8a7Copy full SHA for 502e8a7
README.md
@@ -19,8 +19,8 @@
19
> nginx、php-fpm 部分配置优化如下,请根据机器配置自行调整,相关文件及目录已挂载
20
- nginx.conf
21
- client_max_body_size 1024m,大文件上
22
- - proxy_read_timeout 240s,慢脚本支持 for poxy(java crontab etc.)
23
- - fastcgi_read_timeout 240s,慢脚本支持 for fastcgi(php-fpm crotab etc.)
+ - proxy_read_timeout 240s,慢脚本支持 for poxy(java etc.)
+ - fastcgi_read_timeout 240s,慢脚本支持 for fastcgi(php-fpm etc.)
24
- worker_processes 4
25
- worker_connections 1024,**需要依据机器调优,最大文件句柄数,ulimit -n**
26
- gzip 相关已开启
0 commit comments