File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -16,32 +16,32 @@ First, set up a Plausible backend:
16
16
17
17
* Fill in:
18
18
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 `
25
25
26
26
* Set the timeouts:
27
27
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)
30
30
31
31
* Save
32
32
33
33
## Step 2: Create VCL Snippet
34
34
35
- Snippet 1: Plausible Request Routing (vcl_recv)
35
+ Snippet 1: Plausible Request Routing (` vcl_recv ` )
36
36
37
37
* Go to "** VCL Snippets** "
38
38
* Click "** Create snippet** "
39
39
40
40
* Fill in:
41
41
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)
45
45
46
46
* Add this VCL (Varnish Configuration Language):
47
47
You can’t perform that action at this time.
0 commit comments