Welcome! Log In Create A New Profile

Advanced

proxy_pass bug

November 14, 2009 10:16AM
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!
Subject Author Posted

proxy_pass bug

supeng November 14, 2009 10:16AM

Re: proxy_pass bug

supeng November 14, 2009 10:25AM

Re: proxy_pass bug

Maxim Dounin November 14, 2009 11:58AM

Re: proxy_pass bug

supeng November 14, 2009 09:47PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 252
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready