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; ''; }; };