We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9393982 + db22879 commit 2fb9994Copy full SHA for 2fb9994
apps/varnish/.env
@@ -1,6 +1,6 @@
1
W9_REPO="varnish"
2
W9_DIST='community'
3
-W9_VERSION='stable'
+W9_VERSION='8.0'
4
W9_HTTP_PORT_SET='9001'
5
6
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
apps/varnish/src/default.vcl
@@ -14,7 +14,7 @@ vcl 4.0;
14
15
# Default backend definition. Set this to point to your content server.
16
backend default {
17
- .host = "word_shlez";
+ .host = "wordpress_zm4pm";
18
.port = "80";
19
}
20
apps/varnish/variables.json
@@ -7,7 +7,7 @@
7
"edition": [
8
{
9
"dist": "community",
10
- "version": ["7.7","stable","latest"]
+ "version": ["8.0","stable","latest"]
11
12
],
13
"requirements": {
0 commit comments