Nginx Reverse proxy + RD Gateway Auth Problem

frederico nginx-forum at nginx.us
Fri Nov 27 11:30:57 UTC 2015


Hi, sorry, but I don't understand what you mean with stream {}, my nginx
config for the RD Gateway is the following:

    server {listen *:6080; listen *:6443 ssl;
    server_name  ~^rdg..*$; include ssl_rdg.conf;
    location / {proxy_pass  https://s2012-rdg; include
proxy_defaults.conf;}}

Should I replace proxy_pass to stream?

Regards,
Fred

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,254095,263118#msg-263118



More information about the nginx mailing list