mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-24 21:41:21 +01:00
PR #79 Follow-up.
This commit is contained in:
parent
8d3aa950e6
commit
07fe90f888
@ -73,6 +73,10 @@ By default, all the extra defaults below are applied through the php.ini include
|
||||
php_display_errors: "Off"
|
||||
php_display_startup_errors: "On"
|
||||
php_expose_php: "On"
|
||||
php_session_cookie_lifetime: 0
|
||||
php_session_gc_probability: 1
|
||||
php_session_gc_divisor: 1000
|
||||
php_session_gc_maxlifetime: 1440
|
||||
|
||||
Various defaults for PHP. Only used if `php_use_managed_ini` is set to `true`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user