mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-22 18:29:19 +02:00
Fixing traefik problems
This commit is contained in:
parent
609435328e
commit
7ca507b1ce
2 changed files with 37 additions and 27 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