I have an SSL frontend that directs to multiple http backends based on the hostname the request was made to. I’d like to be able to only allow certain IPs to particular backends. What should I be looking for in the docs to set up a whitelist file, and can I apply it to individual backends, or will I need to apply it at the frontend for all the backends that I need a whitelist for?
Thanks, Kevin

