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 3b6e1f0 commit 717ce24Copy full SHA for 717ce24
README.md
@@ -69,6 +69,7 @@ Variable | Default Value | Description
69
**PHP_POST_MAX_SIZE** | `25M` | Changes PHP max size of post data allowed
70
**PHP_MAX_EXECUTION_TIME** | `30` | Changes PHP maximum time is allowed to run a script
71
**PHP_FPM_LISTEN** | `9000` | Changes the PORT address of the FastCGI requests
72
+**PHP_FPM_PM** | `dynamic` | PHP-FPM process manager strategy
73
**PHP_FPM_MAX_CHILDREN** | `10` | Changes the number of child processes to be used on FPM
74
**PHP_FPM_REQUEST_TERMINATE_TIMEOUT** | `60` | Changes FPM timeout to serve a single request
75
0 commit comments