We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ea6907 + f66e17e commit 20c5dbdCopy full SHA for 20c5dbd
1 file changed
heimdall.subdomain.conf.sample
@@ -42,5 +42,8 @@ server {
42
set $upstream_proto https;
43
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
46
+ #proxy_cookie_path / "/; Secure; SameSite=strict; HttpOnly";
47
+
48
}
49
0 commit comments