+9
Change php5-fpm settings
Please make a section for each pool php5-fpm of php-fpm.conf in some configs and move to the directory in /pool.d, such pool1.conf, pool2.conf etc.
2) Please add the default configuration option in php.ini php_flag [display_errors] = off
3) I added the ability to add php.ini options type php_admin_flag [log_errors] = on
4) Please add options php5-fpm type:
listen.mode = 0666
rlimit_files = 2048
rlimit_core = 0
catch_workers_output = yes
pm.max_requests = 50
Customer support service by UserEcho
Hi! It would be great to have the means to place other configurations in a pool. I've been trying to place the following:
security.limit_extensions = .php .html
This configuration doesn't work if I put it in the main configuration file (conf.d/www.conf). It's apparently meant to be in a pool.
So, I don't have the means to place it there, as if I do it manually it gets rewrited every time the files are rebuilt by the panel.
Would it be possible?