Welcome! Log In Create A New Profile

Advanced

Re: proxy_pass & getServerPort problems

Francis Daly
February 12, 2014 03:10PM
On Wed, Feb 12, 2014 at 08:51:13AM +0100, Jiang Web wrote:

Hi there,

> location /NetWeb/ {
> proxy_pass http://w3new_cls/NetWeb/;
> proxy_redirect off;
> proxy_set_header Host $host:80;

> when I access the URL: http://w3.huawei.com/NetWeb and the application
> use the <%request.getServerPort%> to get the server port is 9090, Not
> the port 80.
> But I want to get the port is w3.huawei.com:80, How can I to resovle the
> problems.

getServerPort is not an nginx thing, and nginx probably cannot affect
what it reports.

What do you do with the result of getServerPort?

Would using something like getHeader("Host") be adequate instead?

f
--
Francis Daly francis@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

proxy_pass & getServerPort problems

Jiang Web February 12, 2014 02:52AM

Re: proxy_pass & getServerPort problems

Francis Daly February 12, 2014 03:10PM

Re: proxy_pass & getServerPort problems

Jiang Web February 12, 2014 08:02PM

Re: proxy_pass & getServerPort problems

Francis Daly February 13, 2014 05:22AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 240
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