[host_config] fix typo
All checks were successful
Check flake syntax / flake-check (push) Successful in 8m14s

This commit is contained in:
2025-04-14 15:35:05 +02:00
parent 2e11dac1db
commit 6946cf9c51

View File

@@ -85,7 +85,7 @@ in
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Authorization $http_authorization; proxy_set_header Authorization $http_authorization;
proxy_pass_header Authorization proxy_pass_header Authorization;
''; '';
}; };
}; };