hyperilo: fix ilo console

This commit is contained in:
Benno Fünfstück 2025-03-01 16:35:17 +01:00
parent f98ddacd2b
commit 88d603bb63

View file

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