try using proxy_cookie_path
This commit is contained in:
parent
50b15f7456
commit
9cf2143484
|
@ -67,6 +67,8 @@ in {
|
|||
# Forward the Authorization header for the Google Reader API.
|
||||
proxy_set_header Authorization $http_authorization;
|
||||
proxy_pass_header Authorization;
|
||||
|
||||
proxy_cookie_path / "/; HTTPOnly; Secure; SameSite=Lax";
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue