mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-16 04:57:52 +00:00
Make traefik config wor
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -135,7 +135,6 @@ export async function getTraefikConfig(exitNodeId: number): Promise<any> {
|
||||
eq(sites.exitNodeId, exitNodeId),
|
||||
isNull(sites.exitNodeId)
|
||||
),
|
||||
ne(targetHealthCheck.hcHealth, "unhealthy")
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user