ingress-proxy: refactor vhosts
This commit is contained in:
parent
db541aebb3
commit
4dc7cf15f8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ in {
|
|||
};
|
||||
|
||||
virtualHosts = let
|
||||
static = { src ? null, url, ref, aliases ? [] }: {
|
||||
static = { src ? null, url ? null, ref ? null, aliases ? [] }: {
|
||||
http2 = true;
|
||||
http3 = true;
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue