Expand my Community achievements bar.

Firewall issues Dispatcher for CQ 5.6.1

Avatar

Level 1

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" } } }
0 Replies