Merge pull request #242 from vkononov/master

Included missing user/group PHP-FPM configurations in README.
This commit is contained in:
Jeff Geerling 2018-07-31 11:05:01 -05:00 committed by GitHub
commit c8645074a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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|nginx|other]" # default varies by OS
php_fpm_pool_group: "[apache|nginx|other]" # default varies by OS
php_memory_limit: "256M"
php_max_execution_time: "60"
php_max_input_time: "60"