This repository has been archived on 2020-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
frontend-docker/build/Varnish/varnish.vcl

11 lines
234 B
Plaintext

vcl 4.0;
backend default {
.host = "haproxy";
.port = "80";
.max_connections = 300;
.first_byte_timeout = 300s;
.connect_timeout = 5s;
.between_bytes_timeout = 2s;
}