Skip to content

Commit

Permalink
Add support for large attachments (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
romandemidov authored Mar 12, 2021
1 parent 7a26d9d commit 2b85d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/ds-ssl.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ server {
proxy_set_header X-Forwarded-Proto $the_scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
client_max_body_size 100m;
}
1 change: 1 addition & 0 deletions config/ds.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ server {
proxy_set_header X-Forwarded-Proto $the_scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
client_max_body_size 100m;
}

0 comments on commit 2b85d8b

Please sign in to comment.