On 24.09.11 11:12, Luke Scott wrote:
> It would be great if there was an $https variable that was "on" or
> "off" (or "") so you could do something like this:
> fastcgi_param HTTPS $https;
map $scheme $https {
https on;
default off;
}
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx