From e7c172e6b7423ad6a7c4d0df66416c4aeb06b348 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 1 Apr 2022 10:22:55 +0200 Subject: [PATCH] moar space --- nginx.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index 2da7afe..ee1cba3 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -15,7 +15,7 @@ http { listen 80; server_name {{ env "DOMAIN" }}; - client_max_body_size 100M; + client_max_body_size 150M; location / { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;