Re: reverse proxy multiple subdomains problems

2018-09-04 Thread Francis Daly
On Mon, Sep 03, 2018 at 04:07:49PM -0400, c0mputerking wrote: Hi there, > I am new with nginx and have a hunch that it may have something to do with > $server_name$request_uri not being the right option in my case but i'm not > sure see config below Correct. You probably want $host instead of

reverse proxy multiple subdomains problems

2018-09-03 Thread c0mputerking
I am trying to do a redirect from http and a reverse proxy to my apache web server. I would like to include several subdomains, they all have dns records and apache virtual hosts setup on the other end. However no matter which of the 3 subdomains i try i always end up at https://my-site.com this i

Re: multiple subdomains

2015-09-17 Thread Francis Daly
On Thu, Sep 17, 2015 at 09:50:21AM -0400, pwe wrote: Hi there, I think I may have missed some words in your mail; but if you are talking about how to proxy_pass to different internal web servers... > I want to realize the following: > > mail.domain1.com --> mail.domain1.com > mail.domain2.com -

multiple subdomains

2015-09-17 Thread pwe
Hello, I want to realize the following: mail.domain1.com --> mail.domain1.com mail.domain2.com --> mail.domain2.com mail.domain3.com --> mail.domain3.com mail.domain4.com --> mail.domain4.com mail.domain5.com --> mail.domain5.com It has to be like this, because there is another nginx integrated

Configure multiple subdomains and location blocks for reverse-proxy.

2014-04-19 Thread elmono
I have not been able to successfully locate the information I need to do this since many of the examples online are our of date or use bad practices so I will ask here. First, my setup is as follows: 1. domain_i_own.tld ==> my_public_ip 2. my_server running on port 8083 3. Firewall wide open Requ