diff --git a/server/utils/traefik/domain.ts b/server/utils/traefik/domain.ts index 016964df..401c7a8e 100644 --- a/server/utils/traefik/domain.ts +++ b/server/utils/traefik/domain.ts @@ -25,7 +25,6 @@ export const manageDomain = async (app: ApplicationNested, domain: Domain) => { "web", ); - // if (domain.https && process.env.NODE_ENV === "production") { if (domain.https) { config.http.routers[routerNameSecure] = await createRouterConfig( app,