From 6946cf9c51e45e7ee45ecbdd6344e1a3cfd7c313 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 14 Apr 2025 15:35:05 +0200 Subject: [PATCH] [host_config] fix typo --- machines/durruti/host_config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/durruti/host_config.nix b/machines/durruti/host_config.nix index 92f6c0df..15354e08 100644 --- a/machines/durruti/host_config.nix +++ b/machines/durruti/host_config.nix @@ -85,7 +85,7 @@ in proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Authorization $http_authorization; - proxy_pass_header Authorization + proxy_pass_header Authorization; ''; }; };