Use a static port for HTTP.
This commit is contained in:
@@ -4,7 +4,8 @@ job "authentik" {
|
||||
group "auth" {
|
||||
network {
|
||||
port "http" {
|
||||
to = 9000
|
||||
# traefik forwardAuth hardcodes this port
|
||||
static = 9000
|
||||
}
|
||||
port "https" {
|
||||
to = 9443
|
||||
|
||||
Reference in New Issue
Block a user