mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-26 06:46:40 +00:00
Merge branch 'main' of https://github.com/fosrl/pangolin
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: ["http"],
|
entryPoints: ["https"],
|
||||||
middlewares: [],
|
middlewares: [],
|
||||||
service: "service-main",
|
service: "service-main",
|
||||||
rule: "Host(`fossorial.io`)",
|
rule: "Host(`fossorial.io`)",
|
||||||
|
|||||||
Reference in New Issue
Block a user