nginx: aumenta client_max_body_size para 500m em git.tadix.dev

Permite upload de assets de release grandes no Forgejo.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ltadeu6 2026-05-28 17:51:32 -03:00
parent 3c3f6d4d9b
commit b75a3f4b29
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -152,6 +152,7 @@ in {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 500m;
'';
};
};