OPNsense Forum

English Forums => General Discussion => Topic started by: cyberfarer on August 05, 2025, 08:28:30 PM

Title: Nginx Reverse Proxy
Post by: cyberfarer on August 05, 2025, 08:28:30 PM
Greetings

I am struggling with reverse proxy. My situation is that I have a working Nginx reverse proxy and what I ideally want is the WAF.

My current setup is like this:

Internet - Firewall - Reverse Proxy  - sub1.domain.com
                                     - sub2.domain.com
                                     - sub3.domain.com

I'm not married to this setup, but I can't figure out how to use the GUI to act as a reverse proxy for multiple sub domains sharing port 443 and a wildcard certificate.

I have gotten it to work by adding a custom conf file but then the service cannot be started via the GUI or the include directive is over written.

Does anyone have any experience with a similar configuration?

Thanks in advance.
Title: Re: Nginx Reverse Proxy
Post by: cyberfarer on August 05, 2025, 09:20:49 PM
I have gotten this to work. I may post a tutorial.