mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
Add description
This commit is contained in:
parent
1f56b97b89
commit
09fd8849ea
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ server {
|
||||||
set $upstream_port 443;
|
set $upstream_port 443;
|
||||||
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";
|
#proxy_cookie_path / "/; Secure; SameSite=strict; HttpOnly";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue