-
-
Notifications
You must be signed in to change notification settings - Fork 641
Description
Is your feature request related to a problem? Please describe.
I'm using this great reverse proxy setup for some internal webservers, it works just perfect for us.
What I've done is that I have the nginx/letsencrypt on a DMZ server, I have another nginx (I'll call this secondary, which is set up with the variables for the nginx/letsencrypt) that does the forward to an internal webserver (IIS).
I need to limit the access to this internal webserver by IP, so I was trying to set it up on the secondary nginx, but this won't work it seems, as it's now seeing the 'nginx/letsencrypt' IP address.
Describe the solution you'd like
A way to use the simple allow/deny of IP address on the secondary somehow.
It's probably me missing something completely.
Describe alternatives you've considered
Can't think of any, except building a seperate server for this.
Additional context