mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-20 15:55:31 +00:00
Move login page locations
This commit is contained in:
@@ -1182,7 +1182,7 @@ export async function getTraefikConfig(
|
||||
config_output.http.middlewares![uiRewriteMiddlewareName] = {
|
||||
replacePathRegex: {
|
||||
regex: "^/(.*)",
|
||||
replacement: `/${primaryType}`
|
||||
replacement: `/auth/${primaryType}`
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user