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 d37cc10 commit 1ee7999Copy full SHA for 1ee7999
varnish/default.vcl
@@ -4,7 +4,7 @@ import std;
4
5
backend default {
6
.host = "webserver";
7
- .port = "81";
+ .port = "90";
8
}
9
10
# Add hostnames, IP addresses and subnets that are allowed to purge content
0 commit comments