Update authentik.subdomain.conf.sample

This commit is contained in:
Eric Nemchik 2023-02-08 09:08:26 -06:00 committed by GitHub
parent 48f8a9950a
commit a2a4ec7152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,10 +17,9 @@ server {
include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_app authentik-server;
set $upstream_port 9443;
set $upstream_port 9000;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
proxy_set_header Host $host;
}
}