File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,13 @@ server s1 {
22
22
# interval to avoid further interference
23
23
shell {
24
24
# testdir is automatically set to the directory containing the present vtc
25
- sed ${testdir}/../../../app/code/Magento/PageCache/etc/varnish6.vcl > ${tmpdir}/output.vcl \
25
+ sed \
26
26
-e 's@\.interval = 5s;@.interval = 5m; .initial = 10;@' \
27
27
-e 's@/\* {{ host }} \*/@${s1_addr}@' \
28
28
-e 's@/\* {{ port }} \*/@${s1_port}@' \
29
29
-e 's@/\* {{ ssl_offloaded_header }} \*/@unused@' \
30
- -e 's@/\* {{ grace_period }} \*/@0@'
30
+ -e 's@/\* {{ grace_period }} \*/@0@' \
31
+ ${testdir}/../../../app/code/Magento/PageCache/etc/varnish6.vcl > ${tmpdir}/output.vcl
31
32
}
32
33
33
34
varnish v1 -arg "-f" -arg "${tmpdir}/output.vcl" -start
You can’t perform that action at this time.
0 commit comments