Commit ec872ffe authored by Nils Goroll's avatar Nils Goroll Committed by Geoff Simmons

get hold of timeouts of our recursive requests

parent 7afb5183
......@@ -38,7 +38,11 @@ server s2 -repeat 2 -keepalive {
chunkedlen 0
} -start
varnish v1 -arg "-a 127.0.0.1:0 -a self=${tmpdir}/v1.sock" -vcl+backend {
varnish v1 -arg "-a 127.0.0.1:0 -a self=${tmpdir}/v1.sock" \
-arg "-p first_byte_timeout=5" \
-arg "-p between_bytes_timeout=5" \
-arg "-p backend_idle_timeout=1" \
-vcl+backend {
import ${vmod_pesi};
backend self {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment