Skip to content

Commit 56a17b4

Browse files
author
Jon Kristensen
committed
Add 0.0.0.2
1 parent 96420ba commit 56a17b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/nginx.conf.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ http {
7070
location = /logout {
7171
proxy_pass http://AUTH_SERVICE/logout/$cookie_token;
7272
proxy_set_header X-Original-URI $request_uri;
73-
add_header Set-Cookie "token=$upstream_http_x_token";
73+
add_header Set-Cookie "token=deleted; Path=/; Expires=Thu, 01-Jan-1970 00:00:01 GMT";
7474
}
7575
location = /check-token {
7676
set $token $cookie_token;

0 commit comments

Comments
 (0)