File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ expose_php = Off
377377; Maximum execution time of each script, in seconds
378378; http://php.net/max-execution-time
379379; Note: This directive is hardcoded to 0 for the CLI SAPI
380- max_execution_time = 60
380+ max_execution_time = 120
381381
382382; Maximum amount of time each script may spend parsing request data. It's a good
383383; idea to limit this time on productions servers in order to eliminate unexpectedly
@@ -387,7 +387,7 @@ max_execution_time = 60
387387; Development Value: 60 (60 seconds)
388388; Production Value: 60 (60 seconds)
389389; http://php.net/max-input-time
390- max_input_time = 60
390+ max_input_time = 120
391391
392392; Maximum input variable nesting level
393393; http://php.net/max-input-nesting-level
@@ -1078,7 +1078,7 @@ sendmail_path = /usr/sbin/sendmail -t -i
10781078; mail.force_extra_parameters =
10791079
10801080; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
1081- mail.add_x_header = On
1081+ mail.add_x_header = Off
10821082
10831083; The path to a log file that will log all mail() calls. Log entries include
10841084; the full path of the script, line number, To address and headers.
You can’t perform that action at this time.
0 commit comments