We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffee447 commit 355c754Copy full SHA for 355c754
docker/main/bin/php-fpm.sh
@@ -11,6 +11,14 @@ sed -i "s@listen = /var/run/php5-fpm.sock@listen = 9000@" /etc/php5/fpm/pool.d/w
11
12
# Manipulate php-fpm configuration
13
echo "
14
+catch_workers_output = yes
15
+
16
+access.log = /proc/self/fd/2
17
+slowlog = /proc/self/fd/2
18
+request_slowlog_timeout = 30s
19
20
+php_admin_value[error_log] = /proc/self/fd/2
21
22
env[TYPO3_CONTEXT] = ${TYPO3_CONTEXT}
23
env[FLOW_CONTEXT] = ${FLOW_CONTEXT}
24
env[FLOW_REWRITEURLS] = ${FLOW_REWRITEURLS}
0 commit comments