fix: websecure redirect
This commit is contained in:
parent
0022d380bb
commit
afde00a4be
@ -180,6 +180,13 @@ export async function proxyConfiguration(request: FastifyRequest<OnlyId>, remote
|
|||||||
priority: 1,
|
priority: 1,
|
||||||
middlewares: ["redirect-regexp"]
|
middlewares: ["redirect-regexp"]
|
||||||
}
|
}
|
||||||
|
traefik.http.routers['catchall'] = {
|
||||||
|
entrypoints: ["websecure"],
|
||||||
|
rule: "HostRegexp(`{catchall:.*}`)",
|
||||||
|
service: "noop",
|
||||||
|
priority: 1,
|
||||||
|
middlewares: ["redirect-regexp"]
|
||||||
|
}
|
||||||
traefik.http.middlewares['redirect-regexp'] = {
|
traefik.http.middlewares['redirect-regexp'] = {
|
||||||
redirectregex: {
|
redirectregex: {
|
||||||
regex: '(.*)',
|
regex: '(.*)',
|
||||||
|
Loading…
Reference in New Issue
Block a user