diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index 32798b0..2da7afe 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -15,7 +15,7 @@ http { listen 80; server_name {{ env "DOMAIN" }}; - client_max_body_size 20M; + client_max_body_size 100M; location / { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;