haproxy-hue.conf.in 243 B

123456789101112
  1. backend hue-backend
  2. balance source
  3. # work around the backend being slow
  4. timeout server 120s
  5. option httpclose
  6. option forwardfor
  7. option httpchk HEAD /desktop/debug/is_alive
  8. http-check expect status 200
  9. %(servers)s