[zineshop] update proxy pass directives
All checks were successful
Check flake syntax / flake-check (push) Successful in 8m3s

This commit is contained in:
2025-04-14 20:54:13 +02:00
parent 6946cf9c51
commit b1de5a1f71
2 changed files with 0 additions and 3 deletions

View File

@@ -84,8 +84,6 @@ in
proxy_set_header X-Real-IP $remote_addr;
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;
'';
};
};