Skip to content

Commit c2c5d43

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #1140
2 parents bd73c19 + 970c6ef commit c2c5d43

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
symfony_health_check:
2+
health_checks:
3+
- id: symfony_health_check.status_up_check
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
health_check:
2+
resource: '@SymfonyHealthCheckBundle/Resources/config/routes.xml'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"SymfonyHealthCheckBundle\\SymfonyHealthCheckBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<bg=blue;fg=white> </>
2+
<bg=blue;fg=white> Next: Symfony Health Check Bundle Configuration </>
3+
<bg=blue;fg=white> </>
4+
5+
*. Add healthcheck firewall to <fg=green>config/security.yaml</> file
6+
7+
<comment>
8+
security:
9+
firewalls:
10+
healthcheck:
11+
pattern: ^/health
12+
security: false
13+
</>
14+
15+
* <fg=blue>Read</> the documentation at <comment>https://github.com/MacPaw/symfony-health-check-bundle</>

0 commit comments

Comments
 (0)