- Add the
newrelic
extension - Add
newrelic
as anextra_package
- Add a newrelic start command
newrelic-daemon -f -c /data/etc/newrelic.cfg
- Add a
NEWRELIC_LICENSE
evar to your app
Created
February 22, 2018 15:19
-
-
Save sanderson/7c02dc6c083221c7bf0be630d49a58ad to your computer and use it in GitHub Desktop.
New Relic with the PHP engine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run.config: | |
engine: php | |
engine.config: | |
extensions: | |
- newrelic | |
extra_packages: | |
- newrelic | |
web.site: | |
start: | |
newrelic: newrelic-daemon -f -c /data/etc/newrelic.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment