1
Web Proxy Filtering and Caching / Re: NGINX Reverse Proxy - subdomains
« on: May 26, 2022, 06:23:48 am »
you mean restart button - between start and stop? to reload the config? I alreay did that multiple times...
what is interessting: when I want to access abc.domain.com and get to 123.domain.com (which I dont want), I get a log entry with a "referer: 123.domain.com".
where does the referrer come from?
I simply want a setup (with a wildcard cert)
abc.domain.com -> to LAN1:port1
yuo.domain.com -> to LAN3:port
123.domain.com -> to LAN1:port2
890.domain.com -> to LAN2:port (with HTTPS)
but I can only achieve to reverse proxy the first two cases...
thanks
what is interessting: when I want to access abc.domain.com and get to 123.domain.com (which I dont want), I get a log entry with a "referer: 123.domain.com".
where does the referrer come from?
I simply want a setup (with a wildcard cert)
abc.domain.com -> to LAN1:port1
yuo.domain.com -> to LAN3:port
123.domain.com -> to LAN1:port2
890.domain.com -> to LAN2:port (with HTTPS)
but I can only achieve to reverse proxy the first two cases...
thanks