mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
Update heimdall.subdomain.conf.sample
This commit is contained in:
@@ -34,8 +34,6 @@ 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;
|
||||
@@ -43,6 +41,7 @@ server {
|
||||
set $upstream_port 443;
|
||||
set $upstream_proto https;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
#proxy_cookie_path / "/; Secure; SameSite=strict; HttpOnly";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user