You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,7 @@ The `/etc/php82/php-fpm.d/www.conf` is adjusted:
180
180
181
181
*`user` + `group` is set to `www-data` to ensure it's running www-data as user/group
182
182
* `listen` is set to `0.0.0.0:9000` to be accessible by other docker hosts
183
+
* `clear_env` is set to `yes` so that environment variables given to the container are accessible in php
183
184
* `catch_workers_output` is set to `yes` so that stdout/stderr is exposed to the log
184
185
* `decorate_workers_output` is set to `no` to remove the decorator like `TIMESTAMP WARNING: [pool www] child 7 said into stderr "` around each message
185
186
* `php_admin_flag[fastcgi.logging]` is set to `off` to avoid that the fastcgi consumer (e.g. nginx) duplicates the fpm messages and prefixes it like this `FastCGI sent in stderr`
0 commit comments