mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-14 10:25:24 +01:00
Change README to point to correct lineinfile hint (#180)
This commit is contained in:
parent
7d4c5ef91e
commit
253f72bcba
@ -63,7 +63,7 @@ If you're using Apache, you can easily get it configured to work with PHP-FPM us
|
||||
php_fpm_pm_min_spare_servers: 5
|
||||
php_fpm_pm_max_spare_servers: 5
|
||||
|
||||
Specific settings inside the default `www.conf` PHP-FPM pool. If you'd like to manage additional settings, you can do so either by replacing the file with your own template or using `lineinfile` like this role does inside `tasks/configure.yml`.
|
||||
Specific settings inside the default `www.conf` PHP-FPM pool. If you'd like to manage additional settings, you can do so either by replacing the file with your own template or using `lineinfile` like this role does inside `tasks/configure-fpm.yml`.
|
||||
|
||||
### php.ini settings
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user