Skip to content

Commit 2fb9994

Browse files
authored
Merge pull request #1933 from Websoft9/update-varnish-f95c82d9
Update varnish
2 parents 9393982 + db22879 commit 2fb9994

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/varnish/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
W9_REPO="varnish"
22
W9_DIST='community'
3-
W9_VERSION='stable'
3+
W9_VERSION='8.0'
44
W9_HTTP_PORT_SET='9001'
55

66
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####

apps/varnish/src/default.vcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vcl 4.0;
1414

1515
# Default backend definition. Set this to point to your content server.
1616
backend default {
17-
.host = "word_shlez";
17+
.host = "wordpress_zm4pm";
1818
.port = "80";
1919
}
2020

apps/varnish/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"edition": [
88
{
99
"dist": "community",
10-
"version": ["7.7","stable","latest"]
10+
"version": ["8.0","stable","latest"]
1111
}
1212
],
1313
"requirements": {

0 commit comments

Comments
 (0)