From ceeded1c081e801c57a0e94ce6c1467c18ccf7d3 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 30 Mar 2022 10:40:25 +0200 Subject: [PATCH] moar upload --- nginx.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;