Closed as not planned
Description
Hi,
We are using you awesome solution in production environments without any issues. TY for this excellent Nginx Reverse Proxy.
But with MFA being the normal security standard we need to be able at application level to perform an IP address filtering to require MFA when users connect from outside the trusted networks and locations.
We bypassed the issue by adding manually
proxy_set_header X-Real-IP $remote_addr;
but obviously after a container update we need to perform the task again.
Could it be possible to add the Nginx Directive as default in your container?
TY in advance.
BR
Greg