Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docker-images/php-fpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ variables](../concepts-advanced/environment-variables.md).
| :----------------------------------- | :-------- | :------------------------------------------------------------------------------------------------------------------------------------------------------- |
| NEWRELIC_ENABLED | false | Enable NewRelic performance monitoring, needs `NEWRELIC_LICENSE` be configured. |
| NEWRELIC_LICENSE | (not set) | NewRelic license to be used. Important: `NEWRELIC_ENABLED` needs to be set to`true` in order for NewRelic to be enabled. |
| NEWRELIC_BROWSER_MONITORING_ENABLED | true | This enables auto-insertion of the JavaScript fragments for NewRelic browser monitoring. Important: `NEWRELIC_ENABLED` needs to be set to`true` in order for NewRelic to be enabled. |
| NEWRELIC_BROWSER_MONITORING_ENABLED | true | This enables auto-insertion of the JavaScript fragments for NewRelic browser monitoring. Important: `NEWRELIC_ENABLED` needs to be set to `true` in order for NewRelic to be enabled. Auto-insertion is not guaranteed to work in all cases, such as when the application sets a Content-Length header; manual insertion may be required. |
| NEWRELIC_DISTRIBUTED_TRACING_ENABLED | false | This enables distributed tracing. Important: `NEWRELIC_ENABLED` needs to be set to`true` in order for NewRelic to be enabled. |
| PHP_APC_ENABLED | 1 | Can be set to `0` to disable [APC](https://www.php.net/manual/en/apcu.configuration.php). |
| PHP_APC_SHM_SIZE | 32m | The size of each shared memory segment given. |
Expand Down
Loading