Commit 905d9dda authored by Nils Goroll's avatar Nils Goroll

get hold of timeouts of our recursive requests

parent 2e635f1a
...@@ -38,7 +38,11 @@ server s2 -repeat 2 -keepalive { ...@@ -38,7 +38,11 @@ server s2 -repeat 2 -keepalive {
chunkedlen 0 chunkedlen 0
} -start } -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}; import ${vmod_pesi};
backend self { 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