All pastes #2073747 Raw Edit

Unnamed

public text v1 · immutable
#2073747 ·published 2011-06-02 16:09 UTC
rendered paste body
// BACKEND CONFIGS
backend duck4 {
  .host = "duck4.mclear.co.uk";
  .port = "8080";
  .probe = {
                .url = "/";
                .interval = 5s;
                .timeout = 1 s;
                .window = 5;
                .threshold = 3;
  }
}