NGINX detailed configuration

Started by park0kyung0won, October 17, 2018, 08:26:13 AM

Previous topic - Next topic
December 12, 2019, 08:42:22 PM #15 Last Edit: December 12, 2019, 10:38:38 PM by bled82
Is it possible to run Windows Admin Center behind NGINX reverse proxy ? I can't get it top connect after login error code 400. Only able to find success with this setup on web , https://www.tech-coffee.net/deploy-windows-admin-center-in-ha-through-kemp-load-balancer/ . It migh be issue with WAC from what im reading just thought I would bounce it off you? After additional research it looks like its possible with NTLM auth described in these two threads , is this option available in the plugin?

https://caddy.community/t/doesnt-work-when-reverse-proxy-windows-admin-center/6408/41

https://stackoverflow.com/questions/21284935/nginx-reverse-proxy-with-windows-authentication-that-uses-ntlm

Tried :
proxy_pass http://http_backend/;
       proxy_http_version 1.1;
       proxy_set_header Connection "";
in conf but the Connection "", was overidden with Connection $connection_upgrade;

From a setting in gui conf

We socket support is an advanced checkbox.