We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca7f89 commit 6bfcd68Copy full SHA for 6bfcd68
varnish/default.vcl
@@ -5,6 +5,7 @@ import std;
5
backend default {
6
.host = "webserver";
7
.port = "90";
8
+ .connect_timeout = 2s;
9
}
10
11
sub vcl_recv {
0 commit comments