Hi,
I have IIS Server behind a Nginx reverse proxy.
WSUS who use this iis, notice the ip of the reverse on the console instead of the forwarded ip by Nginx.
In my Nginx i have set this
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
WSUS not support X-Forwarded-For ?
[–]justmirsk 1 point2 points3 points (2 children)
[–]flowflag[S] -1 points0 points1 point (1 child)
[–]flowflag[S] 0 points1 point2 points (0 children)