Welcome! Log In Create A New Profile

Advanced

How to Windows auth working on nginx reverse proxy ???

April 08, 2010 03:35PM
I config a reverse proxy to Windows IIS 6.0 (windows auth), visit windows server url is ok.

Visit nginx proxy to this site tips my input pwd & username, repeat this tips input over, repeat, repeat, repeat, repeat.

this is my nginx config

server {
listen 80;
server_name xxx.com;

location / {
proxy_pass http://xxx.com;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_max_temp_file_size 0;
proxy_connect_timeout 30;
proxy_read_timeout 120;
}
}
Subject Author Posted

How to Windows auth working on nginx reverse proxy ???

flapjack April 08, 2010 03:35PM

Re: How to Windows auth working on nginx reverse proxy ???

Ryan Malayter April 09, 2010 05:58PM

Re: How to Windows auth working on nginx reverse proxy ???

cn_nginxer January 09, 2012 03:00AM

Re: How to Windows auth working on nginx reverse proxy ???

Maxim Dounin January 09, 2012 09:08AM

Re: How to Windows auth working on nginx reverse proxy ???

cn_nginxer January 09, 2012 10:27AM

Re: How to Windows auth working on nginx reverse proxy ???

cn_nginxer January 09, 2012 09:23PM

Re: How to Windows auth working on nginx reverse proxy ???

blindlf February 03, 2012 09:24AM

Re: How to Windows auth working on nginx reverse proxy ???

cn_nginxer February 03, 2012 10:15AM

Re: How to Windows auth working on nginx reverse proxy ???

cehes February 16, 2016 03:37AM

Re: How to Windows auth working on nginx reverse proxy ???

itpp2012 February 16, 2016 03:47AM

Re: How to Windows auth working on nginx reverse proxy ???

cehes February 16, 2016 05:04AM

Re: How to Windows auth working on nginx reverse proxy ???

hheiko February 16, 2016 07:18AM

Re: How to Windows auth working on nginx reverse proxy ???

cehes February 16, 2016 11:59AM

Re: How to Windows auth working on nginx reverse proxy ???

Maxim Dounin February 16, 2016 12:16PM

Re: How to Windows auth working on nginx reverse proxy ???

cehes February 17, 2016 05:34AM

Re: How to Windows auth working on nginx reverse proxy ???

Maxim Dounin February 17, 2016 02:30PM

Re: How to Windows auth working on nginx reverse proxy ???

cehes February 18, 2016 05:20AM

Re: How to Windows auth working on nginx reverse proxy ???

Maxim Dounin February 18, 2016 10:26AM

Re: How to Windows auth working on nginx reverse proxy ???

cehes February 18, 2016 11:16AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 254
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready