Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
NGINX detailed configuration
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: NGINX detailed configuration (Read 12454 times)
bled82
Newbie
Posts: 5
Karma: 0
Re: NGINX detailed configuration
«
Reply #15 on:
December 12, 2019, 08:42:22 pm »
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
«
Last Edit: December 12, 2019, 10:38:38 pm by bled82
»
Logged
fabian
Hero Member
Posts: 2769
Karma: 200
OPNsense Contributor (Language, VPN, Proxy, etc.)
Re: NGINX detailed configuration
«
Reply #16 on:
December 13, 2019, 06:30:03 am »
We socket support is an advanced checkbox.
Logged
Print
Pages:
1
[
2
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
NGINX detailed configuration