mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-02-10 00:11:35 +01:00
Merge pull request #54 from csedev/master
Variable to enable / disable php_allow_url_fopen
This commit is contained in:
commit
40e4a7b668
@ -49,6 +49,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_output_buffering: "4096"
|
||||
php_short_open_tag: false
|
||||
|
@ -89,7 +89,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