try using proxy_cookie_path

This commit is contained in:
chaos 2024-04-02 18:56:19 +02:00
parent 50b15f7456
commit 9cf2143484
No known key found for this signature in database

View file

@ -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";
'';
};
};