fix(hydra-queue-runner): dont restrict on client body size in nginx
This will fail uploads of completed builds
Simon Hauser committed
Aug 15, 2025 at 09:17 UTC
fda89b97bc7778f41cdf75f2e37793ca6e4a361f
1 file changed
+1
non-critical-infra/hosts/staging-hydra/hydra.nix
+1
@@ -143,6 +143,7 @@ in
143
# This is necessary so that grpc connections do not get closed early
144
# see https://stackoverflow.com/a/67805465
145
client_body_timeout 31536000s;
146
+ client_max_body_size 0;
147
148
grpc_pass grpc://[::1]:50051;
149