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:
Greg 2020-08-07 16:14:43 +00:00
commit 2c40ad4591

View File

@ -22,6 +22,8 @@ server {
}
<% end -%>
client_max_body_size 20M;
location / {
# Increase number of buffers. Default is 8
proxy_buffers 1024 8k;