Skip to content

Commit

Permalink
fix(submission): Increase file size accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Sep 19, 2024
1 parent ebdba7e commit aa20366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ server {
proxy_set_header content-type application/json;
proxy_ssl_server_name on;
proxy_pass https://api.brevo.com/v3/smtp/email;
client_max_body_size 10M;
}
}

0 comments on commit aa20366

Please sign in to comment.