Skip to content

Commit 5626117

Browse files
authored
Update varnish5.vcl
1 parent 7fa0082 commit 5626117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageCache/etc/varnish5.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)