Skip to content

Commit b5375f4

Browse files
committed
Update default.vcl
1 parent f3254c8 commit b5375f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

varnish/default.vcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import std;
55
backend default {
66
.host = "webserver";
77
.port = "90";
8+
.connect_timeout = 2s;
89
}
910

1011
# Add hostnames, IP addresses and subnets that are allowed to purge content

0 commit comments

Comments
 (0)