For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

mangoo's avatar
mangoo
Icon for Nimbostratus rankNimbostratus
Nov 01, 2022

does nginx (1.20 or newer) re-resolve DNS for proxy_pass?

Consider this nginx config snippet:        location ^~ /_example/ {            proxy_pass https://example.com/_example/;            proxy_set_header Host my-site;        } Assuming "example....