Skip to content

Commit 554ea12

Browse files
committed
php-fpm config
1 parent 4457f7e commit 554ea12

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

8.4/manifest/usr/local/etc/php-fpm.d/docker.conf

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
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

810
clear_env = no
911

10-
catch_workers_output = no ; dont catch stdout or stderr
12+
catch_workers_output = yes
1113
decorate_workers_output = no
1214

1315
pm = dynamic

8.4/manifest/usr/local/etc/php/app.conf.d/10-php.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ error_reporting = E_ALL
33
display_errors = Off
44
log_errors = On
55
error_log = /proc/self/fd/2
6-
log_limit = 0
7-
log_errors_max_len = 0
86
memory_limit = -1
97
max_execution_time = 30
108
max_input_time = 30
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
55
realpath_cache_ttl=600

0 commit comments

Comments
 (0)