mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-22 18:29:19 +02:00
Make traefik config wor
This commit is contained in:
parent
7ca507b1ce
commit
83a696f743
2 changed files with 3 additions and 4 deletions
|
@ -210,9 +210,9 @@ export class TraefikConfigManager {
|
|||
}
|
||||
}
|
||||
|
||||
logger.debug(
|
||||
`Successfully retrieved traefik config: ${JSON.stringify(traefikConfig)}`
|
||||
);
|
||||
// logger.debug(
|
||||
// `Successfully retrieved traefik config: ${JSON.stringify(traefikConfig)}`
|
||||
// );
|
||||
|
||||
const badgerMiddlewareName = "badger";
|
||||
if (traefikConfig?.http?.middlewares) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue