e solution
for my users.
Thanks,
Mike
--
Michael B Allen
Java AD DS Integration
http://www.ioplex.com/
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
On Fri, Nov 18, 2022 at 10:30 PM Michael B Allen wrote:
> Now I want to load balance NTLM through NGINX. For this I used the
> following:
>
> upstream backend {
> ip_hash;
> server localhost:8080;
> server localhost:8081;
> }
>
> server {
> locat
On Sat, Nov 19, 2022 at 4:04 PM Maxim Dounin wrote:
> Hello!
>
> On Fri, Nov 18, 2022 at 10:30:29PM -0500, Michael B Allen wrote:
>
> > NTLM over HTTP is a 3 request "handshake" that must occur over the same
> TCP
> > connection.
> > My HTTP service i