mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Update heimdall.subdomain.conf.sample
This commit is contained in:
parent
6ec92a19fd
commit
1f56b97b89
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue