﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
2584	Deny IP doesn't work when behind multiple proxies.	andrew-pickin-epi@…		"Nginx controller is accessed via external 3rd party proxy (then AWS ELB) for most locations paths.
For monitoring tools Nginx controller ignores the 3rd party proxy and goes directly to ELB. 
Config (real-ip module enabled). 

  	real_ip_header      proxy_protocol;
	
	real_ip_recursive   on;
	
	set_real_ip_from    0.0.0.0/0;


        deny  <ip_addr>/32;


The deny works for the monitoring paths but not others."	defect	closed	minor		nginx-module	1.25.x	duplicate			kubernetes 1.27	registry.k8s.io/ingress-nginx/controller:v1.9.3@sha256:8fd21d59428507671ce0fb47f818b1d859c92d2ad07bb7c947268d433030ba98
