Could not find Web application proxy parameters.

Sergei Zagorodniuk 0 Reputation points
2024-04-01T06:18:35.3866667+00:00

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

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,470 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,170 questions
0 comments No comments
{count} votes