File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
8.4/manifest/usr/local/etc Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[global]
2- error_log=/proc/self/fd/2
2+ error_log = /proc/self/fd/2
3+ log_limit = 524288
4+ log_buffering = no
35
46[www]
5- ; access.log= /proc/self/fd/2
6- access.log= /dev/null
7+ ; access.log = /proc/self/fd/2
8+ access.log = /dev/null
79
810clear_env = no
911
10- catch_workers_output = no ; dont catch stdout or stderr
12+ catch_workers_output = yes
1113decorate_workers_output = no
1214
1315pm = dynamic
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ error_reporting = E_ALL
33display_errors = Off
44log_errors = On
55error_log = /proc/self/fd/2
6- log_limit = 0
7- log_errors_max_len = 0
86memory_limit = -1
97max_execution_time = 30
108max_input_time = 30
Original file line number Diff line number Diff line change 11; maximum memory allocated to store the results
2- realpath_cache_size =4096K
2+ realpath_cache_size =8192K
33
44; save the results for 10 minutes (600 seconds)
55realpath_cache_ttl =600
You can’t perform that action at this time.
0 commit comments