From 88d603bb632121b8a3487940329df8f1b6a6c58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benno=20F=C3=BCnfst=C3=BCck?= Date: Sat, 1 Mar 2025 16:35:17 +0100 Subject: [PATCH] hyperilo: fix ilo console --- modules/web/hyperilo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/web/hyperilo.nix b/modules/web/hyperilo.nix index 7e73f27..fd46958 100644 --- a/modules/web/hyperilo.nix +++ b/modules/web/hyperilo.nix @@ -12,6 +12,7 @@ proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade_capitalized; + proxy_set_header Authorization ""; # drop the basic auth headers, otherwise remote console doesn't work ''; };