mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-28 12:45:16 +01:00
add option for apc
This commit is contained in:
parent
3782e76a07
commit
88861a8dff
@ -12,5 +12,6 @@ php_enable_webserver: true
|
|||||||
php_webserver_daemon: "httpd"
|
php_webserver_daemon: "httpd"
|
||||||
|
|
||||||
php_enable_php_fpm: false
|
php_enable_php_fpm: false
|
||||||
|
php_enable_apc: true
|
||||||
|
|
||||||
php_sendmail_path: "/usr/sbin/sendmail -t -i"
|
php_sendmail_path: "/usr/sbin/sendmail -t -i"
|
||||||
|
Loading…
Reference in New Issue
Block a user