Преглед изворни кода

Minor optimizations on hestia-php

Alexandros Ioannides пре 6 година
родитељ
комит
0e272acf56
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/deb/php/php.ini

+ 3 - 3
src/deb/php/php.ini

@@ -377,7 +377,7 @@ expose_php = Off
 ; Maximum execution time of each script, in seconds
 ; http://php.net/max-execution-time
 ; Note: This directive is hardcoded to 0 for the CLI SAPI
-max_execution_time = 60
+max_execution_time = 120
 
 ; Maximum amount of time each script may spend parsing request data. It's a good
 ; idea to limit this time on productions servers in order to eliminate unexpectedly
@@ -387,7 +387,7 @@ max_execution_time = 60
 ; Development Value: 60 (60 seconds)
 ; Production Value: 60 (60 seconds)
 ; http://php.net/max-input-time
-max_input_time = 60
+max_input_time = 120
 
 ; Maximum input variable nesting level
 ; http://php.net/max-input-nesting-level
@@ -1078,7 +1078,7 @@ sendmail_path = /usr/sbin/sendmail -t -i
 ;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.