We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96420ba commit 56a17b4Copy full SHA for 56a17b4
web/nginx.conf.m4
@@ -70,7 +70,7 @@ http {
70
location = /logout {
71
proxy_pass http://AUTH_SERVICE/logout/$cookie_token;
72
proxy_set_header X-Original-URI $request_uri;
73
- add_header Set-Cookie "token=$upstream_http_x_token";
+ add_header Set-Cookie "token=deleted; Path=/; Expires=Thu, 01-Jan-1970 00:00:01 GMT";
74
}
75
location = /check-token {
76
set $token $cookie_token;
0 commit comments