mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +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"] = {
|
||||
routers: {
|
||||
main: {
|
||||
entryPoints: ["https"],
|
||||
entryPoints: ["http"],
|
||||
middlewares: [],
|
||||
service: "service-main",
|
||||
rule: "Host(`fossorial.io`)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue