feat(traefik): allow port-based redirect and move redirect to advanced settings. (#1601)
Also moves port in the gui and removes setting targetPort by default
This commit is contained in:
@@ -150,6 +150,8 @@ service:
|
||||
port: 9080
|
||||
protocol: HTTP
|
||||
redirectTo: websecure
|
||||
# Options: Empty, 0 (ingore), or positive int
|
||||
# redirectPort:
|
||||
websecure:
|
||||
enabled: true
|
||||
port: 9443
|
||||
|
||||
Reference in New Issue
Block a user