From 4fae953e305b1317e8be6a2afb9e42aef7bced8a Mon Sep 17 00:00:00 2001 From: noe Date: Thu, 28 Dec 2023 16:47:03 -0500 Subject: [PATCH] ingress: typo --- 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 a40fe05..7ee074b 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -46,7 +46,7 @@ virtualHosts = { "m.la.mekanoe.com" = { - location."/".proxyPass = tsHost "lab-alpha"; + locations."/".proxyPass = tsHost "lab-alpha"; } // proxyConfig; }; in {