Skip to content

Commit 55ea05f

Browse files
Update fastly.md
1 parent 0b3affd commit 55ea05f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/proxy/guides/fastly.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,32 @@ First, set up a Plausible backend:
1616

1717
* Fill in:
1818

19-
- Name: Plausible
20-
- Address: plausible.io
21-
- Port: 443
22-
- Enable SSL: Checked
23-
- Verify certificate: Checked
24-
- SNI hostname: plausible.io
19+
- Name: `Plausible`
20+
- Address: `plausible.io`
21+
- Port: `443`
22+
- Enable SSL: `Checked`
23+
- Verify certificate: `Checked`
24+
- SNI hostname: `plausible.io`
2525

2626
* Set the timeouts:
2727

28-
- First byte timeout: 15000 (15 seconds)
29-
- Between bytes timeout: 10000 (10 seconds)
28+
- First byte timeout: `15000` (15 seconds)
29+
- Between bytes timeout: `10000` (10 seconds)
3030

3131
* Save
3232

3333
## Step 2: Create VCL Snippet
3434

35-
Snippet 1: Plausible Request Routing (vcl_recv)
35+
Snippet 1: Plausible Request Routing (`vcl_recv`)
3636

3737
* Go to "**VCL Snippets**"
3838
* Click "**Create snippet**"
3939

4040
* Fill in:
4141

42-
- Name: Plausible Request Routing
43-
- Type: recv (vcl_recv)
44-
- Priority: 100 (or any number that ensures this runs before your other recv snippets)
42+
- Name: `Plausible Request Routing`
43+
- Type: `recv (vcl_recv)`
44+
- Priority: `100` (or any number that ensures this runs before your other recv snippets)
4545

4646
* Add this VCL (Varnish Configuration Language):
4747

0 commit comments

Comments
 (0)