How to Windows auth working on nginx reverse proxy ???
cehes
nginx-forum at forum.nginx.org
Tue Feb 16 08:37:01 UTC 2016
Hi,
we are now 4 years later, is there a solution now ?
I read things like :
----------------------------------------
upstream http_backend {
server 1.1.1.1:80;
keepalive 16;
}
server {
...
location / {
proxy_pass http://http_backend/;
proxy_http_version 1.1;
proxy_set_header Connection "";
...
}
}
----------------------------------------
Is this the solution ?
Somebody tried it ?
thanks a lot
Posted at Nginx Forum: https://forum.nginx.org/read.php?2,72871,264550#msg-264550
More information about the nginx
mailing list