File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/code/Magento/PageCache/etc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ backend default {
9
9
.port = " /* {{ port }} */" ;
10
10
.first_byte_timeout = 600s ;
11
11
.probe = {
12
- .url = " /pub/ health_check.php" ;
12
+ .url = " /health_check.php" ;
13
13
.timeout = 2s ;
14
14
.interval = 5s ;
15
15
.window = 10 ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ backend default {
10
10
.port = " /* {{ port }} */" ;
11
11
.first_byte_timeout = 600s ;
12
12
.probe = {
13
- .url = " /pub/ health_check.php" ;
13
+ .url = " /health_check.php" ;
14
14
.timeout = 2s ;
15
15
.interval = 5s ;
16
16
.window = 10 ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ backend default {
10
10
.port = " /* {{ port }} */" ;
11
11
.first_byte_timeout = 600s ;
12
12
.probe = {
13
- .url = " /pub/ health_check.php" ;
13
+ .url = " /health_check.php" ;
14
14
.timeout = 2s ;
15
15
.interval = 5s ;
16
16
.window = 10 ;
You can’t perform that action at this time.
0 commit comments