Dynamic Update Module

  • Update map files and TLS ticket-keys dynamically

    • Updates fetched over http(s)
    • Reduces need to reload HAProxy Enterprise
    • Improves TLS performance on active/active or multi-cluster deployments
 dynamic-update
  update id /etc/hapee-2.8/redirects.map map url http://192.168.0.1:80/redirects.map delay 5m

...

frontend foo 
  mode http
  bind :80
  acl redirect_needed src,map_ip(/etc/hapee-2.8/redirects.map) -m found

© 2024 HAProxy Technologies, LLC. All Rights Reserved