From ac3b1e1be010fbe24ab8bf228398793b3aecffbb Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 22 Jan 2025 00:24:05 +0100 Subject: [PATCH] [host] rm docs proxy_header --- machines/durruti/host_config.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/durruti/host_config.nix b/machines/durruti/host_config.nix index 1eb80b0..088cbe5 100644 --- a/machines/durruti/host_config.nix +++ b/machines/durruti/host_config.nix @@ -39,7 +39,6 @@ in locations."/" = { proxyPass = "http://10.0.0.10"; extraConfig = '' - proxy_set_header Host $host; ''; }; };