Could not find Web application proxy parameters.
Could not find Web application proxy parameters.
Hi
I have web Application. This application perfectly works behind nginx. I need place this application behind WebAplication Proxy with Adfs autentification (Windows Server 2019). In Nginx This Application, use some special config parameters susch as
(proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;)
I do not find analogue in webApp config. Please help me