increase client_max_body_size to avoid errors trying to upload container images

This commit is contained in:
Jacob Lifshay 2026-01-01 07:35:53 -08:00
parent 1d5798dc90
commit 4b9a39997e
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ

View file

@ -44,7 +44,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
client_max_body_size 512M;
client_max_body_size 1024M;
}
}