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
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