From 4dc7cf15f806208ca0dc2c90ef87f4be9491d413 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 6 Jan 2024 13:26:26 -0500 Subject: [PATCH] ingress-proxy: refactor vhosts --- nixos/hosts/ingress-proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 984e8bd..67d0810 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -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;