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 @@ -25,12 +25,13 @@ server s1 {
25
25
# interval to avoid further interference
26
26
shell {
27
27
# testdir is automatically set to the directory containing the present vtc
28
- sed ${testdir}/../../../app/code/Magento/PageCache/etc/varnish6.vcl > ${tmpdir}/output.vcl \
28
+ sed \
29
29
-e 's@\.interval = 5s;@.interval = 5m; .initial = 10;@' \
30
30
-e 's@/\* {{ host }} \*/@${s1_addr}@' \
31
31
-e 's@/\* {{ port }} \*/@${s1_port}@' \
32
32
-e 's@/\* {{ ssl_offloaded_header }} \*/@unused@' \
33
- -e 's@/\* {{ grace_period }} \*/@0@'
33
+ -e 's@/\* {{ grace_period }} \*/@0@' \
34
+ ${testdir}/../../../app/code/Magento/PageCache/etc/varnish6.vcl > ${tmpdir}/output.vcl
34
35
}
35
36
36
37
# little trick here: we leverage the fact that subroutines with the same name
You can’t perform that action at this time.
0 commit comments