Skip to content

Commit b9e5c2a

Browse files
committed
php-fpm.conf 重要参数详解
1 parent 7ec92dd commit b9e5c2a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Diff for: Nginx/nginx-parameter-config.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
```
542542
+ 二、php对子进程的三种管理方式
543543

544-
```bash
544+
```php
545545
tatic:
546546
表示在php-fpm运行时直接fork出 pm.max_chindren个子进程
547547
dynamic:
@@ -552,7 +552,7 @@
552552

553553
+ 三、重要参数的理解与设置
554554

555-
```ini
555+
```php
556556
【重要一】
557557
request_terminate_timeout = 120
558558
#表示等待120秒后,结束那些没有自动结束的php脚本,以释放占用的资源。
@@ -601,8 +601,9 @@
601601
```
602602

603603
## HELP
604-
+ [php-fpm - 启动参数及重要配置详解](http://www.4wei.cn/archives/1002061)
605-
+ [php-fpm backlog参数潜在问题](http://blog.csdn.net/willas/article/details/11634825)
606-
+ [Adjusting child processes for PHP-FPM (Nginx)](https://myshell.co.uk/blog/2012/07/adjusting-child-processes-for-php-fpm-nginx/)
607-
+ [Nginx的worker_processes优化](http://blog.chinaunix.net/uid-26000296-id-3987521.html)
604+
+ [php-fpm - 启动参数及重要配置详解](http://www.4wei.cn/archives/1002061)
605+
+ [php-fpm backlog参数潜在问题](http://blog.csdn.net/willas/article/details/11634825)
606+
+ [Adjusting child processes for PHP-FPM (Nginx)](https://myshell.co.uk/blog/2012/07/adjusting-child-processes-for-php-fpm-nginx/)
607+
+ [Nginx的worker_processes优化](http://blog.chinaunix.net/uid-26000296-id-3987521.html)
608+
+ [php-fpm.conf重要参数详解](http://blog.csdn.net/sinat_22991367/article/details/73431269)
608609

0 commit comments

Comments
 (0)