There are a couple of records.config settings - (search for reverseproxy_enabled and remap_required) which may need to be set/unset depending on whether you need the forward proxy to be "open" or not.
Thanks, Sudheer > On Sep 30, 2016, at 8:05 AM, James Peach <[email protected]> wrote: > > >> 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
