mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 21:11:31 -07:00
Merge pull request #633 from d4rklynk/patch-1
Secure cookies in heimdall.subdomain.conf.sample
This commit is contained in:
commit
20c5dbdcff
1 changed files with 3 additions and 0 deletions
|
@ -42,5 +42,8 @@ server {
|
||||||
set $upstream_proto https;
|
set $upstream_proto https;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
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";
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue