fix: Allow upload of bigger files

2mb (the default) isn't enough for file submission, especially via the API when the content is base64 encoded.
pull/519/head
Raphaël Vinot 2022-09-21 15:26:40 +02:00 committed by GitHub
parent ca07a8fcba
commit 2e079e70df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
server {
listen 80;
server_name server_domain_or_IP;
client_max_body_size 16M;
location / {
proxy_pass_header Server;