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.
1 parent 1f56b97 commit 09fd884Copy full SHA for 09fd884
1 file changed
heimdall.subdomain.conf.sample
@@ -41,6 +41,8 @@ server {
41
set $upstream_port 443;
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
}
0 commit comments