Skip to content

Commit 7fa0082

Browse files
authored
Update varnish4.vcl
1 parent 9ff22de commit 7fa0082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)