Skip to content

Forwarding real remote IP to proxied server with Nginx #3101

Closed as not planned
@ggriffinorg

Description

@ggriffinorg

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions