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 f3254c8 commit b5375f4Copy full SHA for b5375f4
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
# Add hostnames, IP addresses and subnets that are allowed to purge content
0 commit comments