PR #79 Follow-up.

This commit is contained in:
Jeff Geerling 2016-02-16 21:33:11 -06:00
parent 8d3aa950e6
commit 07fe90f888

View File

@ -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`.