atom feed6 messages in ru.sysoev.nginxRe[3]: trailing / problem
FromSent OnAttachments
just startingFeb 18, 2008 2:25 am 
Denis F. LatypoffFeb 18, 2008 2:31 am 
just startingFeb 18, 2008 3:10 am 
Denis F. LatypoffFeb 18, 2008 3:21 am 
Denis F. LatypoffFeb 18, 2008 3:30 am 
just startingFeb 18, 2008 4:13 am 
Subject:Re[3]: trailing / problem
From:Denis F. Latypoff (deni@public.gmane.org)
Date:Feb 18, 2008 3:30:05 am
List:ru.sysoev.nginx

Hello Denis,

Monday, February 18, 2008, 5:21:33 PM, you wrote:

Hello just,

Monday, February 18, 2008, 5:10:37 PM, you wrote:

Here it is:

If there is any other prob that anyone finds with this config, please let me know.

[...]

server { listen 80; server_name localhost;

- server_name_id_redirect off; + server_name_in_redirect off;

#charset koi8-r; #access_log logs/host.access.log main;

Now when I enter www.mysite.com/testsite/ it works fine, but when I try www.mysite.com/mysite it redirects me to http://localhost/testsite/

What is the problem here.