Skip to content

Commit 6f0601a

Browse files
authored
Update varnish6.vcl
1 parent 5626117 commit 6f0601a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageCache/etc/varnish6.vcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)