Skip to content

Commit 1f56b97

Browse files
authored
Update heimdall.subdomain.conf.sample
1 parent 6ec92a1 commit 1f56b97

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

heimdall.subdomain.conf.sample

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,14 @@ server {
3434

3535
# enable for Authentik (requires authentik-server.conf in the server block)
3636
#include /config/nginx/authentik-location.conf;
37-
38-
proxy_cookie_path / "/; Secure; SameSite=strict; HttpOnly";
3937

4038
include /config/nginx/proxy.conf;
4139
include /config/nginx/resolver.conf;
4240
set $upstream_app heimdall;
4341
set $upstream_port 443;
4442
set $upstream_proto https;
4543
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
44+
#proxy_cookie_path / "/; Secure; SameSite=strict; HttpOnly";
4645

4746
}
4847
}

0 commit comments

Comments
 (0)