I've had most success so far with this approach (Tigunov's config -
https://gist.github.com/taddev/7275873).
( btw, I'm using Basic Authentication rather than NTLM ).
server {
server_name mail.contoso.com;
server_name autodiscover.contoso.com;
keepalive_timeout 3h;
proxy_read_timeout 3h;
#reset_
So I just need a stream and proxy_pass it to our Exchange? (I'm new to
Nginx, haven't seen stream config before; we're using SSL for everything).
Also, is it possible to have a combination? The deal is: the current setup
in our company is only 1 public IP address for a couple of services. Which
It doesn't seem to mention the RPC (not RDP)?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,264518,264520#msg-264520
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
I've been searching the internet and tried a few approaches, but I was
wondering:
Is it possible to use Nginx (non-plus edition) as a proxy for Exchange
(2013) - in particular: RPC. I did manage to get the other stuff working.
Maybe by installing/enabling a (free) module?
If so, would someone b