roles/php-fpm: Import new php.ini-production
From latest Ubuntu 18.04 PHP 7.2 package.
This commit is contained in:
parent
92e0b67149
commit
70abcb2051
@ -885,7 +885,6 @@ default_socket_timeout = 60
|
||||
;
|
||||
; Notes for Windows environments :
|
||||
;
|
||||
; - ODBC support is built in, so no dll is needed for it.
|
||||
; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
|
||||
; extension folders as well as the separate PECL DLL download (PHP 5+).
|
||||
; Be sure to appropriately set the extension_dir directive.
|
||||
@ -1051,7 +1050,7 @@ smtp_port = 25
|
||||
;mail.force_extra_parameters =
|
||||
|
||||
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
|
||||
mail.add_x_header = On
|
||||
mail.add_x_header = Off
|
||||
|
||||
; The path to a log file that will log all mail() calls. Log entries include
|
||||
; the full path of the script, line number, To address and headers.
|
||||
|
Loading…
Reference in New Issue
Block a user