Advertisement
UHLHosting

Varnish VCL

Jan 12th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. backend ip229 {
  2. .host = "151.80.200.229";
  3. .port = "8080";
  4. .connect_timeout = 1s; # Wait a maximum of 1s for backend connection (Apache, Nginx, etc...)
  5. .first_byte_timeout = 5s; # Wait a maximum of 5s for the first byte to come from your backend
  6. .between_bytes_timeout = 2s; # Wait a maximum of 2s between each bytes sent
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement