mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-24 21:41:21 +01:00
Merge pull request #242 from vkononov/master
Included missing user/group PHP-FPM configurations in README.
This commit is contained in:
commit
c8645074a6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user