Increase body to 64 MiB for Gitea LFS

This commit is contained in:
Rodrigo Arias 2025-09-17 12:19:56 +02:00
parent 729e2d3833
commit f9d4a70791

View File

@ -39,6 +39,7 @@ in
rewrite ^/git/(.*) /$1 break;
proxy_pass http://127.0.0.1:3000;
proxy_redirect http:// $scheme://;
client_max_body_size 64M;
}
location /cache {
rewrite ^/cache/(.*) /$1 break;