ingress-proxy: refactor vhosts
This commit is contained in:
parent
7ba764c9bc
commit
90469e2fb3
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ in {
|
|||
};
|
||||
|
||||
virtualHosts = let
|
||||
static = { src ? null, url ? null, rev ? null, aliases ? [], name ? url }: {
|
||||
static = { src ? null, url ? null, rev ? null, aliases ? [], name }: {
|
||||
http2 = true;
|
||||
http3 = true;
|
||||
forceSSL = true;
|
||||
|
@ -90,6 +90,7 @@ in {
|
|||
"mekanoe.com" = static {
|
||||
url = "https://codeberg.org/noe/personal-site.git";
|
||||
rev = "8601d3a426bc07c715f265b2132b384c21397533";
|
||||
name = "mekanoe.com";
|
||||
};
|
||||
|
||||
"oc.mekanoe.com" = static {
|
||||
|
|
Loading…
Add table
Reference in a new issue