Skip to content

Commit 20c5dbd

Browse files
authored
Merge pull request #633 from d4rklynk/patch-1
Secure cookies in heimdall.subdomain.conf.sample
2 parents 8ea6907 + f66e17e commit 20c5dbd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

heimdall.subdomain.conf.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ server {
4242
set $upstream_proto https;
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
4444

45+
# Enable to secure cookies. Further reading here -> https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
46+
#proxy_cookie_path / "/; Secure; SameSite=strict; HttpOnly";
47+
4548
}
4649
}

0 commit comments

Comments
 (0)