Merge pull request 'Increase size limit for Gitea uploads/attachments' (#199) from bugfix/188-attachment_size_limit into master
Reviewed-on: #199
This commit is contained in:
commit
2c40ad4591
@ -22,6 +22,8 @@ server {
|
|||||||
}
|
}
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
||||||
|
client_max_body_size 20M;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
# Increase number of buffers. Default is 8
|
# Increase number of buffers. Default is 8
|
||||||
proxy_buffers 1024 8k;
|
proxy_buffers 1024 8k;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user