nginx-hue.conf.in 40 B

12345
  1. upstream hue {
  2. ip_hash;
  3. %(servers)s
  4. }