change to http

This commit is contained in:
Milo Schwartz
2024-10-20 13:25:30 -04:00
parent 54e726f292
commit 8767c3a98c

View File

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