This commit is contained in:
Owen Schwartz
2024-10-20 13:17:23 -04:00

View File

@@ -33,7 +33,7 @@ export function buildTraefikConfig(
const http: DynamicTraefikConfig["http"] = {
routers: {
main: {
entryPoints: ["http"],
entryPoints: ["https"],
middlewares: [],
service: "service-main",
rule: "Host(`fossorial.io`)",