Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - bled82

#1
General Discussion / Re: NGINX detailed configuration
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
#2
General Discussion / Re: NGINX detailed configuration
December 12, 2019, 08:37:06 PM
@Fabian sorry I had misunderstood what you meant I was able to re-configure my app/service and now websocket works and performance is much better thank you for all your work/help !
#3
General Discussion / Re: NGINX detailed configuration
October 08, 2019, 01:07:53 AM
upstream works fine when going to server url directly , only failing when using nginx plugin .
#4
General Discussion / Re: NGINX detailed configuration
October 04, 2019, 02:13:24 AM
Thanks.

FYI everyone advanced didn't show for me until I toggled advanced on the Global HTTP Settings tab , might have just been cache but now I see websocket.

Still unable to access novnc over nginx , getting the following errors anyone able to assist ?

#5
General Discussion / Re: NGINX detailed configuration
September 29, 2019, 07:36:00 PM
I don't see the websocket option in location was this ever resolved ?