Nginx and token in localstorage

2018-10-23 Thread Brian W.
There is one issue I am still seeing. If I use the provided ldap tools and auth with this, and set the cookie to expire, when it expires and a user goes there they get a 200 error from a consul server. It looks like a small localstorage based token is being left behind, and if it is deleted, or if

Re: Proxy_pass url with a #

2018-10-09 Thread Brian W.
, Oct 8, 2018, 3:12 PM Francis Daly wrote: > On Mon, Oct 08, 2018 at 12:53:36PM -0700, Brian W. wrote: > > Hi there, > > > Ok I figured it out. > > Good stuff. > > > A page I saw mentioned copying the ldap conf as the > > nginx.conf file and using that an

Re: Proxy_pass url with a #

2018-10-08 Thread Brian W.
Oct 8, 2018, 11:22 AM Francis Daly wrote: > On Mon, Oct 08, 2018 at 08:21:08AM -0700, Brian W. wrote: > > Hi there, > > > I want to do a successful auth, which I can, and then after the > successful > > auth be reverse proxied to the specified web server, not a simple 302

Re: Proxy_pass url with a #

2018-10-08 Thread Brian W.
I want to do a successful auth, which I can, and then after the successful auth be reverse proxied to the specified web server, not a simple 302 redirect, but actual reverse proxy. When I replace the hello world line with a get, I just get blank white screen. I can curl -i and get a 200. I can also

Proxy_pass url with a #

2018-10-05 Thread Brian W.
In have this largely working aside from the above. If I proxy pass to the url with a # in it it's treated like a comment and ignores the rest. If I encode it with %23 I get a 404 error. What have you all done to get past this? Brian ___ nginx mailing lis

Redirect to external site

2018-10-01 Thread Brian W.
I have gotten the ldap setup working with their backend-sample-app.py file properly and it displays the hello world message. What I cannot figure out is how to redirect it to another url on another machine, as opposed to that local page, if auth works. Most of the attempts I have tried lead to a bl

Re: Nginx with windows auth

2018-09-24 Thread Brian W.
I saw a post this morning claiming that only paid versions supported it. I did get it to work; it wasn't initially obvious that the ldap auth conf file was to replace the nginx.conf file and not be an addition. On Mon, Sep 24, 2018, 9:36 AM Brian W. wrote: > Is this possible in

Nginx with windows auth

2018-09-24 Thread Brian W.
Is this possible in the free version or only paid products? Brian ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx