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 {
99 .port = "/* {{ port }} */" ;
1010 .first_byte_timeout = 600s ;
1111 .probe = {
12- .url = "/pub/ health_check.php" ;
12+ .url = "/health_check.php" ;
1313 .timeout = 2s ;
1414 .interval = 5s ;
1515 .window = 10 ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ backend default {
1010 .port = "/* {{ port }} */" ;
1111 .first_byte_timeout = 600s ;
1212 .probe = {
13- .url = "/pub/ health_check.php" ;
13+ .url = "/health_check.php" ;
1414 .timeout = 2s ;
1515 .interval = 5s ;
1616 .window = 10 ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ backend default {
1010 .port = "/* {{ port }} */" ;
1111 .first_byte_timeout = 600s ;
1212 .probe = {
13- .url = "/pub/ health_check.php" ;
13+ .url = "/health_check.php" ;
1414 .timeout = 2s ;
1515 .interval = 5s ;
1616 .window = 10 ;
You can’t perform that action at this time.
0 commit comments