> On Sep 30, 2016, at 5:32 AM, $ubbu <[email protected]> wrote: > > Hi All, > > How to set forward proxy for few users to access specific websites, i > read the documentation for forward proxy, i didn't get info how to configure > forward proxy with mapping rules. but one person configured forward proxy and > remap.config enabled rule like below: > > regex_map http://(.*)/ http://www.example.com/
Remap doesn't really care about forward or reverse proxy, you can just add whatever rules you need and it will work. For a forward proxy config, the above rule seems like it would capture more than you really want :) J
