<div dir="ltr"><div class="gmail_default" style="color:#000000">Thanks for the answer Reinis. </div><div class="gmail_default" style="color:#000000"><br></div><div class="gmail_default" style="color:#000000">The directive <span style="color:rgb(34,34,34)">proxy_cookie_path is for sure the solutions for the problem I described in this mail.</span></div><div class="gmail_default" style="color:#000000"><span style="color:rgb(34,34,34)"><br></span></div><div class="gmail_default" style="color:#000000"><span style="color:rgb(34,34,34)">(But I just found out that my cookie wasn't set from the serverside API but on the client side. So the problem wasn't the NGINX config. Thank you anyways!)</span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Do., 14. März 2019 um 18:49 Uhr schrieb Reinis Rozitis <<a href="mailto:r@roze.lv" target="_blank">r@roze.lv</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Is there a way to set the path of the cookies to /, regardless which GUI is used?<br>
<br>
Yes you can make nginx to change the cookie <br>
<a href="http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cookie_path" rel="noreferrer" target="_blank">http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cookie_path</a> <br>
<br>
<br>
If the path from the backend app is unknown you can probably use a regex to match everything:<br>
<br>
proxy_cookie_path ~*^/.* /;<br>
<br>
rr<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail-m_-4248118259179997742gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><font size="1">Stefan Meier</font></div><div><span style="font-size:x-small">Kusken 21</span></div><div><span style="font-size:x-small">DK-7500 Holstebro</span><font size="1"><br></font></div></div></div></div></div>