[zineshop] proxy_pass_header Authorization
Some checks failed
Check flake syntax / flake-check (push) Failing after 2m44s

This commit is contained in:
2025-04-14 15:25:10 +02:00
parent 46849ff517
commit 2e11dac1db
2 changed files with 2 additions and 0 deletions

View File

@@ -85,6 +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
'';
};
};

View File

@@ -76,6 +76,7 @@ with lib;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Authorization $http_authorization; # Pass the Authorization header
proxy_pass_header Authorization;
'';
};
};