Ensure Path=/ is specified for cookie for eval mode

This commit is contained in:
Jason Ertel
2020-04-10 16:35:58 -04:00
parent 1735cc8252
commit c5a4e567d9

View File

@@ -295,7 +295,7 @@ http {
error_page 401 = @error401;
location @error401 {
add_header Set-Cookie "AUTH_REDIRECT=$request_uri;Max-Age=14400";
add_header Set-Cookie "AUTH_REDIRECT=$request_uri;Path=/;Max-Age=14400";
return 302 /auth/self-service/browser/flows/login;
}