I have a cluster of dispatchers (for CQ 5.6.1) that sit behind a firewall. I must use a proxy for the external farm renders. Is there a farm configuration for dispatcher to send requests via proxies for certain farms? Below is just a snippet of an example farm configuration.
/legacy { /virtualhosts { "my-vhost-1.com" "my-vhost-2.com" } /renders { /render-1 { /hostname "external-site-1.com" /port "80" /timeout "0" } /render-2 { /hostname "external-site-2.com" /port "80" /timeout "0" } } }
Views
Replies
Total Likes