[zineshop] do not set auth header...
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m24s

slowly getting mad
This commit is contained in:
2025-04-14 22:32:32 +02:00
parent 51d97ed9ba
commit b3d7be6786

View File

@@ -72,11 +72,6 @@ with lib;
proxyPass = "http://10.100.0.101"; proxyPass = "http://10.100.0.101";
extraConfig = '' extraConfig = ''
proxy_set_header Host $host; proxy_set_header Host $host;
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; # Pass the Authorization header
proxy_pass_header Authorization;
''; '';
}; };
}; };