mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Secure cookies
The cookies are not secure by default with heimdall, we can force it through nginx.
This commit is contained in:
parent
8ea6907613
commit
6ec92a19fd
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ server {
|
|||
# enable for Authentik (requires authentik-server.conf in the server block)
|
||||
#include /config/nginx/authentik-location.conf;
|
||||
|
||||
proxy_cookie_path / "/; Secure; SameSite=strict; HttpOnly";
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app heimdall;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue