> On Jun 15, 2016, at Jun 15, 1:35 AM, Aleksander Maltzev > <[email protected]> wrote: > > Hello. > I use authorization haproxy. > I have a many users in haproxy.cfg userlist > how to make a personal file for user list ?
Short answer: don’t do that. AFAIK, that feature is meant to allowed controlled admin access to the proxy and is not mean to authenticate users for applications behind the proxy. Application users should be authenticated by the app with the users stored in external storage someplace. -Bryan

