mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-13 05:40:38 +01:00
hardcode domains
This commit is contained in:
parent
1ab32f5fb7
commit
d08efd2cc8
1 changed files with 8 additions and 2 deletions
|
@ -32,10 +32,16 @@ export function buildTraefikConfig(
|
|||
entryPoints: ["https"],
|
||||
middlewares: [],
|
||||
service: "service-main",
|
||||
rule: "Host(`" + new URL(config.app.base_url).hostname + "`)",
|
||||
rule: "Host(`fossorial.io`)",
|
||||
tls: {
|
||||
certResolver: "letsencrypt",
|
||||
}
|
||||
domains: [
|
||||
{
|
||||
main: "fossorial.io",
|
||||
sans: ["*.fossorial.io"],
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
services: {
|
||||
|
|
Loading…
Reference in a new issue