OPNsense Forum

English Forums => Web Proxy Filtering and Caching => Topic started by: danhas on January 03, 2022, 11:31:31 PM

Title: nginx reverse proxy
Post by: danhas on January 03, 2022, 11:31:31 PM
I am facing issues with nginx reverse proxy on opnsense I have two subdmoain but both are pointing to 1 web server


Scenario

abc.test.com ------ Server - A

yxz.test.com ------ Server - b

Both sub-domain have same public IP.

but when I am checking both domain are pointed on Server A even I tried to reboot firewall.
Title: Re: nginx reverse proxy
Post by: fabian on January 05, 2022, 03:45:38 PM
You need everything twice. From the HTTP server till the Upstream server.
Title: Re: nginx reverse proxy
Post by: danhas on January 06, 2022, 09:35:58 PM
Thank you issue resolved.