NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
23.27k stars 2.7k forks source link

proxy_cookie_domain - cookie support #4115

Open kleinmantara opened 3 weeks ago

kleinmantara commented 3 weeks ago

I use the latest version v2.12.1 of proxy manager - with the option proxy_cookie_domain

proxy_cookie_domain unifi.intern.mydoamin.de 192.168.10.251;

Just a note: it looks like it works with the proxy manager so that cookies are supported.

SgtErnestBilko commented 2 weeks ago

I am using v2.11.1 and am having cookie issues. I run a nodejs (nextjs) development server behind NginxProxyManager. The web app I am developing uses jwt and then refresh cookies. The initial JWT cookie works fine but when the app updates cookies with a refresh token I get 502

Do you think an upgrade to v2.12.1 will cure this issue. Are there any other settings I need to look at ?

Thank you