Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See JTEL chat integration in Bitbucket


frontend ft_web
  bind 10.42.22.32:8080 name http
  maxconn 10000

  acl PATH_portal path_beg -i /

...

CarrierPorta
  acl PATH_chat path_beg -i /gui /ws /rest /chatInit /upload /download

  use_backend bk_web if PATH_portal
  use_backend bk_cm if PATH_chat
  default_backend bk_web


backend bk_cm
  balance roundrobin
  server websrv1 10.42.22.31:3000 maxconn 10000 weight 10 cookie websrv1 check

backend bk_web
  balance roundrobin
  server websrv1 10.42.22.32:8081 maxconn 10000 weight 10 cookie websrv1 check