Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "nginx.conf: Use equal values for client_body_buffer_size and …
…client_max_body_size to avoid writing big files to disk" Revert commit 4159eb5 due to nginx.conf already specifying a client_max_body_size that conflicts with the newly specified one. In fact, client_max_body_size is set to `0`, disabling any limits, therefore preventing the registry from responding with 413 when a client tries to upload large layers. This needs further investigation to determine how Docker behaves with various registry settings, but in the meantime this needs to be reverted. Change-Type: patch Connects-To: #8 HQ: balena-io/balena-io#1115
- Loading branch information