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
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