[CentOS] redirect

2009-09-21 Thread ZZZ
Hi, I have an Nginx http proxy server with SSL. What I want to do is: If a client that has a certificate is trying to access the server's address, he is to be redirected to our production server, to certain URL. If a client doesn't have a certificate, he is to be redirected to the same producti

Re: [CentOS] redirect

2009-09-21 Thread ZZZ
Typo .. error_page400http://URL ZZZ wrote: > Hi, > > I have an Nginx http proxy server with SSL. What I want to do is: > > If a client that has a certificate is trying to access the server's > address, he is to be redirected to our production server, to cer