We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec92a1 commit 1f56b97Copy full SHA for 1f56b97
1 file changed
heimdall.subdomain.conf.sample
@@ -34,15 +34,14 @@ server {
34
35
# enable for Authentik (requires authentik-server.conf in the server block)
36
#include /config/nginx/authentik-location.conf;
37
-
38
- proxy_cookie_path / "/; Secure; SameSite=strict; HttpOnly";
39
40
include /config/nginx/proxy.conf;
41
include /config/nginx/resolver.conf;
42
set $upstream_app heimdall;
43
set $upstream_port 443;
44
set $upstream_proto https;
45
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
+ #proxy_cookie_path / "/; Secure; SameSite=strict; HttpOnly";
46
47
}
48
0 commit comments