mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-14 22:53:45 +02:00
change to http
This commit is contained in:
parent
54e726f292
commit
8767c3a98c
1 changed files with 1 additions and 1 deletions
|
@ -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`)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue