mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
PR #54 follow-up: Keep PHP's default and add new var to readme.
This commit is contained in:
parent
40e4a7b668
commit
54b5e5e93f
@ -67,6 +67,7 @@ By default, all the extra defaults below are applied through the php.ini include
|
||||
php_upload_max_filesize: "64M"
|
||||
php_post_max_size: "32M"
|
||||
php_date_timezone: "America/Chicago"
|
||||
php_allow_url_fopen: "On"
|
||||
php_sendmail_path: "/usr/sbin/sendmail -t -i"
|
||||
php_output_buffering: "4096"
|
||||
php_short_open_tag: false
|
||||
|
@ -48,8 +48,7 @@ php_realpath_cache_size: "32K"
|
||||
php_upload_max_filesize: "64M"
|
||||
php_post_max_size: "32M"
|
||||
php_date_timezone: "America/Chicago"
|
||||
|
||||
php_allow_url_fopen: "Off"
|
||||
php_allow_url_fopen: "On"
|
||||
|
||||
php_sendmail_path: "/usr/sbin/sendmail -t -i"
|
||||
php_output_buffering: "4096"
|
||||
|
Loading…
Reference in New Issue
Block a user