Merge pull request #633 from d4rklynk/patch-1

Secure cookies in heimdall.subdomain.conf.sample
This commit is contained in:
Eric Nemchik 2023-12-20 09:28:26 -06:00 committed by GitHub
commit 20c5dbdcff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,5 +42,8 @@ server {
set $upstream_proto https;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
# Enable to secure cookies. Further reading here -> https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
#proxy_cookie_path / "/; Secure; SameSite=strict; HttpOnly";
}
}