Skip to content

Commit

Permalink
Adding configurable PHP variables in env
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmaamitt16 committed Jul 21, 2020
1 parent fac8b0e commit fd19dbe
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starterkits/drupal8-php-fpm-apache/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ are documented in the table below.
| PHP_FPM_MAX_SPARE_SERVERS | 10 | The desired maximum number of idle server processes |
| PHP_FPM_MAX_REQUESTS | 500 | The number of requests each child process should execute before respawning |
| PHP_MEMORY_LIMIT | 128 | PHP memory limit per script |
| PHP_UPLOAD_MAX_FILESIZE | 2 | PHP max upload size |
| PHP_MAX_EXECUTION_TIME | 180 | PHP max execution time |
| XDEBUG_REMOTE_PORT | 9001 | Port on IDE is listing |
| NEW_RELIC_ENABLED | false | Enable newrelic |
| NEW_RELIC_APP_NAME | '' | Application name from newrelic website |
Expand Down
2 changes: 2 additions & 0 deletions starterkits/drupal8-php-fpm-nginx/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
| PHP_FPM_MAX_SPARE_SERVERS | 10 | The desired maximum number of idle server processes |
| PHP_FPM_MAX_REQUESTS | 500 | The number of requests each child process should execute before respawning |
| PHP_MEMORY_LIMIT | 128 | PHP memory limit per script |
| PHP_UPLOAD_MAX_FILESIZE | 2 | PHP max upload size |
| PHP_MAX_EXECUTION_TIME | 180 | PHP max execution time |
| XDEBUG_REMOTE_PORT | 9001 | Port on IDE is listing |
| NEW_RELIC_ENABLED | false | Enable newrelic |
| NEW_RELIC_APP_NAME | '' | Application name from newrelic website |
Expand Down
2 changes: 2 additions & 0 deletions starterkits/drupal9-php-fpm-apache/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
| PHP_FPM_MAX_SPARE_SERVERS | 10 | The desired maximum number of idle server processes |
| PHP_FPM_MAX_REQUESTS | 500 | The number of requests each child process should execute before respawning |
| PHP_MEMORY_LIMIT | 128 | PHP memory limit per script |
| PHP_UPLOAD_MAX_FILESIZE | 2 | PHP max upload size |
| PHP_MAX_EXECUTION_TIME | 180 | PHP max execution time |
| XDEBUG_REMOTE_PORT | 9001 | Port on IDE is listing |
| NEW_RELIC_ENABLED | false | Enable newrelic |
| NEW_RELIC_APP_NAME | '' | Application name from newrelic website |
Expand Down
2 changes: 2 additions & 0 deletions starterkits/drupal9-php-fpm-nginx/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
| PHP_FPM_MAX_SPARE_SERVERS | 10 | The desired maximum number of idle server processes |
| PHP_FPM_MAX_REQUESTS | 500 | The number of requests each child process should execute before respawning |
| PHP_MEMORY_LIMIT | 128 | PHP memory limit per script |
| PHP_UPLOAD_MAX_FILESIZE | 2 | PHP max upload size |
| PHP_MAX_EXECUTION_TIME | 180 | PHP max execution time |
| XDEBUG_REMOTE_PORT | 9001 | Port on IDE is listing |
| NEW_RELIC_ENABLED | false | Enable newrelic |
| NEW_RELIC_APP_NAME | '' | Application name from newrelic website |
Expand Down
2 changes: 2 additions & 0 deletions starterkits/ezcontent8-php-fpm-apache/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ are documented in the table below.
| PHP_FPM_MAX_SPARE_SERVERS | 10 | The desired maximum number of idle server processes |
| PHP_FPM_MAX_REQUESTS | 500 | The number of requests each child process should execute before respawning |
| PHP_MEMORY_LIMIT | 128 | PHP memory limit per script |
| PHP_UPLOAD_MAX_FILESIZE | 2 | PHP max upload size |
| PHP_MAX_EXECUTION_TIME | 180 | PHP max execution time |
| XDEBUG_REMOTE_PORT | 9001 | Port on IDE is listing |
| NEW_RELIC_ENABLED | false | Enable newrelic |
| NEW_RELIC_APP_NAME | '' | Application name from newrelic website |
Expand Down

0 comments on commit fd19dbe

Please sign in to comment.