F5 WAF UDP configuration with nginx LB

2020-04-19 Thread bubunia2000ster
Hi all, I am looking for nginx configuration examples with the F5 WAF UDP . My scenario is as follows: Internet(user)-> F5 WAF BIGIP 14.04(UDP) --->nginx(LB which can handle UDP)-> Backend instances I got the F5 WAF UDP configurations from the f5 KB articles. I am looking for nginx(LB with UDP)

How to fix ERR_RESPONSE_HEADERS_TRUNCATED error

2020-03-15 Thread bubunia2000ster
Hi all, I am implementing a small application to test the path based routing functionality using nginx. My set up is something as below: User ->AWS Route 53(DNS resolution) -> AWS NLB (443)-> nginx(implements path based routing to different backend EC2 instances)--->http(backend ec2 instances