5 messages in ru.sysoev.nginxRe: Redirecting from mysite.com to ww...
FromSent OnAttachments
ThomasSep 18, 2008 11:47 am 
Juan Fco. GiordanaSep 18, 2008 12:44 pm 
ThomasSep 18, 2008 1:41 pm 
ThomasSep 18, 2008 1:49 pm 
Jean-Philippe MoalSep 22, 2008 1:09 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Redirecting from mysite.com to www.mysite.comActions...
From:Thomas (iamk@gmail.com)
Date:Sep 18, 2008 1:41:02 pm
List:ru.sysoev.nginx

Hmmm that's getting strange:

In my other server block, I had: server_name _;

And I got this infinite loop.

So I have now hardcoded the server name as: server_name www.mysite.com;

Now I don't get the infinite loop, but the rewriting of mysite.com -> www.mysite.com doesn't happen.