Reverse proxying exchange with rpc/mapi over http

Hello,

is it possible to make a reverse proxy for exchange with all features
working (activesync, rpc over http, mapi over http, etc…) with the
free
version of nginx. Or is this only possible with nginx plus? I do not
need
any of the (advanced) loadbalancing features offered by the plus
version,
though. The only thing I need is the proxy capability.

Thank you very much in advance
gladston3

Posted at Nginx Forum:

Sure, just make sure when its TCP you use stream {}, the rest can use
http
{}

Posted at Nginx Forum: