mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
12 lines
442 B
YAML
12 lines
442 B
YAML
jmonitor_expose_php_metrics:
|
|
path: '/jmonitor/php-metrics'
|
|
controller: Jmonitor\JmonitorBundle\Controller\JmonitorPhpController
|
|
|
|
# Secured route in production with localhost host restriction
|
|
# Refer to symfony docs for more information about security
|
|
when@prod:
|
|
jmonitor_expose_php_metrics:
|
|
path: '/jmonitor/php-metrics'
|
|
controller: Jmonitor\JmonitorBundle\Controller\JmonitorPhpController
|
|
host: localhost
|