Allow larger bodies for Gitea file uploads
Needed for uploading larger packages to the registry
This commit is contained in:
parent
d35e57b90e
commit
4ce39738fd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user