Welcome! Log In Create A New Profile

Advanced

proxy_set_header host

Fr Tr
December 02, 2009 01:24PM
I am having quite some trouble with something that should be pretty
straightforward.

I have an app deployed at http://localhost:9090/app/ , and need to
access it via http://subdomain.domain.com.

Thus I configured the following, which works fine:

location / {
proxy_pass http://localhost:9090/app/;
}

However now I need to access in my code the "subdomain.domain.com"
variable. I thought passing it through an HTTP header:

location / {
proxy_set_header Host $host;
proxy_redirect false;
proxy_pass http://localhost:9090/app/;
}

and I manage to get the header "Host", but its value is
"localhost:9090". Also tried with $proxy_host.

How can I get the value "subdomain.domain.com" in the Host HTTP header?

Thanks,

Francisco
--
Posted via http://www.ruby-forum.com/.

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

proxy_set_header host

Fr Tr December 02, 2009 01:24PM

Re: proxy_set_header host

Francisco Treacy December 02, 2009 02:36PM

Re: proxy_set_header host

Igor Sysoev December 02, 2009 02:52PM

Re: proxy_set_header host

Francisco Treacy December 29, 2009 07:34AM

Re: proxy_set_header host

merlin corey December 29, 2009 04:16PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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