2016-06-12から1日間の記事一覧

varnish backend health check

GETをHEADにする。Hostを入れる場合は request を使う backend server1 { # Define one backend .host = "127.0.0.1"; # IP or Hostname of backend .port = "80"; # Port Apache or whatever is listening .max_connections = 300; # That's it .probe = { …