Skip to content

Commit 4c067ad

Browse files
committed
Update README.md
The faulty instructions have been updated on how to install the bundle in the firewall. And the composer description was changed, explaining the bundle can be used for Symfony 2 & 3 projects.
1 parent 12803aa commit 4c067ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When a health check failed the HTTP Response status code will be 503. And the JS
4949
security:
5050
firewalls:
5151
monitor:
52-
pattern: ^/info|health$
52+
pattern: ^/(info|health)$
5353
security: false
5454
5555
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openconext/monitor-bundle",
33
"type": "symfony-bundle",
4-
"description": "A Symfony2 bundle that facilitates health and info endpoints to a Symfony application",
4+
"description": "A Symfony 3 bundle that facilitates health and info endpoints to a Symfony application. The bundle is backwards compatible with Symfony 2 projects.",
55
"keywords": ["SURFnet", "StepUp", "OpenConext", "monitoring", "health"],
66
"license": "Apache-2.0",
77
"minimum-stability": "stable",

0 commit comments

Comments
 (0)