什么是www.conf?

扫码查看
本文介绍了什么是www.conf?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道php.ini的用途是什么,可以在/etc/php/7.0/fpm目录中找到

I know what php.ini is for which can be found in /etc/php/7.0/fpm directory

我找不到文档www.conf是为什么设计的?可以在

I can't find documentation what www.conf is designed for? It can be found in

/etc/php/7.0/fpm/pool.d

推荐答案

池指令是 PHP-FPM约定,可以启动多个子进程的池"并具有不同的配置.池指令文件的默认名称为www.conf.

Pool Directives are a PHP-FPM convention where multiple "pools" of child processes can be started and have different configurations. The default name for the pool directives file is www.conf.

请查看此链接,以获取更多信息和样本配置.

Take a look at this link for more information and sample configurations.

这篇关于什么是www.conf?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-23 10:25
查看更多