From e2925f21a653d6f842e654955dbf66f617392a04 Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 22 Jan 2025 01:10:04 +0100 Subject: [PATCH] [vpn] fix typo --- machines/vpn/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/vpn/configuration.nix b/machines/vpn/configuration.nix index ee704026..82914b49 100644 --- a/machines/vpn/configuration.nix +++ b/machines/vpn/configuration.nix @@ -52,7 +52,7 @@ with lib; locations."/" = { proxyPass = "http://10.100.0.101"; extraConfig = '' - proxy_set_heade Host $host; + proxy_set_header Host $host; ''; }; }; @@ -61,7 +61,7 @@ with lib; locations."/" = { proxyPass = "http://10.100.0.101"; extraConfig = '' - proxy_set_heade Host $host; + proxy_set_header Host $host; ''; }; };