atom feed4 messages in ru.sysoev.nginxproxy_pass bug
FromSent OnAttachments
supengNov 14, 2009 7:16 am 
supengNov 14, 2009 7:25 am 
Maxim DouninNov 14, 2009 8:53 am 
supengNov 14, 2009 6:47 pm 
Subject:proxy_pass bug
From:supeng (ngin@nginx.us)
Date:Nov 14, 2009 7:16:13 am
List:ru.sysoev.nginx

I have a tomcat server bind localhost:8080, and my nginx 0.8.24's conf is ====================================== ... ...

server { listen 80; server_name localhost;

location / { proxy_pass http://localhost:8080; } } ... ... ====================================== when I access http://mydomain/docs, the url will be redirected to
http://localhost/docs. Of course, the url, http://mydomain/docs/ , is working
correctly!

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,22840,22840#msg-22840