mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Variable to enable / disable php_allow_url_fopen
This commit is contained in:
parent
0ac0bb2b3b
commit
592995082f
@ -45,6 +45,8 @@ php_upload_max_filesize: "64M"
|
||||
php_post_max_size: "32M"
|
||||
php_date_timezone: "America/Chicago"
|
||||
|
||||
php_allow_url_fopen: "Off"
|
||||
|
||||
php_sendmail_path: "/usr/sbin/sendmail -t -i"
|
||||
php_short_open_tag: false
|
||||
|
||||
|
@ -88,7 +88,7 @@ max_file_uploads = 20
|
||||
; Fopen wrappers ;
|
||||
;;;;;;;;;;;;;;;;;;
|
||||
|
||||
allow_url_fopen = On
|
||||
allow_url_fopen = {{ php_allow_url_fopen }}
|
||||
allow_url_include = Off
|
||||
|
||||
default_socket_timeout = 60
|
||||
|
Loading…
Reference in New Issue
Block a user