Allow larger bodies for Gitea file uploads

Needed for uploading larger packages to the registry
This commit is contained in:
Râu Cao 2024-12-09 21:19:39 +04:00
parent d35e57b90e
commit 4ce39738fd
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -16,7 +16,7 @@ server {
add_header Strict-Transport-Security "max-age=31536000";
client_max_body_size 20M;
client_max_body_size 121M;
location ~ ^/(avatars|repo-avatars)/.*$ {
proxy_buffers 1024 8k;