mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 11:20:18 +01:00
Fixing php-fpm.
This commit is contained in:
parent
5005814f24
commit
73133d4440
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ php_enablerepo: "remi-php70"
|
|||
|
||||
# PHP-FPM configuration.
|
||||
php_enable_php_fpm: true
|
||||
__php_fpm_pool_user: www-php
|
||||
__php_fpm_pool_group: www-php
|
||||
php_fpm_pool_user: www-php
|
||||
php_fpm_pool_group: www-php
|
||||
|
||||
php_apc_shm_size: "128M"
|
||||
|
||||
|
|
Loading…
Reference in a new issue