Skip to content

Commit 459f6f1

Browse files
authored
Fastly: fixed vcl create (#2385)
- fixed duplicate `--version` attribute - fixed missing filename First command will create the new service version `latest` Following commands will operate on `latest` service version
1 parent 8d963d4 commit 459f6f1

File tree

1 file changed

+1
-1
lines changed
  • docs/infrastructure_and_maintenance/cache/http_cache

1 file changed

+1
-1
lines changed

docs/infrastructure_and_maintenance/cache/http_cache/fastly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You also need to set up domains, HTTPS and origin configuration (not covered her
4747
All commands are explained in detail [below](#view-and-modify-vcl-configuration):
4848

4949
``` bash
50-
fastly vcl custom create --name=ez_main.vcl --version=active --autoclone --content=vendor/ibexa/fastly/fastly/ --version=latest --main
50+
fastly vcl custom create --name=ez_main.vcl --version=active --autoclone --content=vendor/ibexa/fastly/fastly/ez_main.vcl --main
5151
fastly vcl custom create --name=ez_user_hash.vcl --content=vendor/ibexa/fastly/fastly/ez_user_hash.vcl --version=latest
5252
fastly vcl snippet create --name="Re-Enable shielding on restart" --version=latest --priority 100 --type recv --content=vendor/ibexa/fastly/fastly/snippet_re_enable_shielding.vcl
5353
fastly service-version activate --version=latest

0 commit comments

Comments
 (0)