Included missing user/group PHP-FPM configurations in README.

This commit is contained in:
Vadim Kononov 2018-05-30 13:05:33 -05:00
parent d23aad9956
commit 6313219755

View File

@ -73,6 +73,8 @@ Specific settings inside the default `www.conf` PHP-FPM pool. If you'd like to m
By default, all the extra defaults below are applied through the php.ini included with this role. You can self-manage your php.ini file (if you need more flexility in its configuration) by setting this to `false` (in which case all the below variables will be ignored).
php_fpm_pool_user: "apache"
php_fpm_pool_group: "apache"
php_memory_limit: "256M"
php_max_execution_time: "60"
php_max_input_time: "60"