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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,8 @@ similar mechanism in Kubernetes or your actual platform.
87
87
| PHP_FPM_PORT | string | 9000 | Port the PHP-FPM process listens to |
88
88
| PHP_FPM_MAX_CHILDREN | string | 20 | Maximum number of children to run |
89
89
| PHP_FPM_MAX_REQUESTS | string | 500 | Number of requests after which a worker is recycled to mitigate memory leaks; set to 0 to disable |
90
+
| PHP_FPM_REQUEST_SLOWLOG_TIMEOUT | string | 0 | Log requests (and count them on the FPM status page) that take longer than this, e.g. "5s"; set to 0 to disable |
91
+
| PHP_FPM_SLOWLOG_PATH | string | /opt/flownative/log/php-fpm-slow.log | Destination file for slowlog backtraces, used when PHP_FPM_REQUEST_SLOWLOG_TIMEOUT is enabled |
90
92
| PHP_FPM_PM_MODE | string | ondemand | Process manager mode for PHP-FPM; "static", "ondemand" or "dynamic" |
91
93
| PHP_SPX_ENABLE | boolean | false | Enable or disable the SPX extension |
92
94
| PHP_SPX_KEY | string | dev | The secret key used for authentication |
0 commit comments