Skip to content

Commit 09fd884

Browse files
authored
Add description
1 parent 1f56b97 commit 09fd884

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

heimdall.subdomain.conf.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ server {
4141
set $upstream_port 443;
4242
set $upstream_proto https;
4343
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
44+
45+
# Enable to secure cookies. Further reading here -> https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
4446
#proxy_cookie_path / "/; Secure; SameSite=strict; HttpOnly";
4547

4648
}

0 commit comments

Comments
 (0)