Re: Cookie path with reverse proxy

2019-03-15 Thread Stefan Meier
gt; > If the path from the backend app is unknown you can probably use a regex > to match everything: > > proxy_cookie_path ~*^/.* /; > > rr > > ___ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mail

Cookie path with reverse proxy

2019-03-14 Thread Stefan Meier
I have three different applications running behind a NGINX reverse proxy. They all have a login GUI, which uses the same authentication API. Authentication is based on cookies. My problem is now, that the path's of the cookies are set differently depending on which GUI is used to login. The auth