mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-26 14:56:39 +00:00
change to http
This commit is contained in:
@@ -33,7 +33,7 @@ export function buildTraefikConfig(
|
|||||||
const http: DynamicTraefikConfig["http"] = {
|
const http: DynamicTraefikConfig["http"] = {
|
||||||
routers: {
|
routers: {
|
||||||
main: {
|
main: {
|
||||||
entryPoints: ["https"],
|
entryPoints: ["http"],
|
||||||
middlewares: [],
|
middlewares: [],
|
||||||
service: "service-main",
|
service: "service-main",
|
||||||
rule: "Host(`fossorial.io`)",
|
rule: "Host(`fossorial.io`)",
|
||||||
|
|||||||
Reference in New Issue
Block a user